mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-03 17:35:32 +00:00
Extend travis timeout to 20m.
This commit is contained in:
parent
8c434a2629
commit
c14b87b8de
10
.travis.yml
10
.travis.yml
|
@ -1,6 +1,6 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
|
|
||||||
sudo: false # use the new container-based Travis infrastructure
|
sudo: false # use the new container-based Travis infrastructure
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- chmod +x build.sh
|
- chmod +x build.sh
|
||||||
|
@ -10,10 +10,10 @@ before_script:
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
- sleep 3 # give xvfb some time to start
|
- sleep 3 # give xvfb some time to start
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./build.sh NuGet
|
- travis_wait ./build.sh NuGet
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert "packages/xunit.runner.console/tools/xunit.console.exe" "tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll" -parallel none
|
- mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert "packages/xunit.runner.console/tools/xunit.console.exe" "tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll" -parallel none
|
||||||
- mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd
|
- mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd
|
||||||
|
|
Loading…
Reference in a new issue