mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-03 17:55:42 +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
|
||||
|
||||
sudo: false # use the new container-based Travis infrastructure
|
||||
sudo: false # use the new container-based Travis infrastructure
|
||||
|
||||
before_install:
|
||||
- chmod +x build.sh
|
||||
|
@ -10,10 +10,10 @@ before_script:
|
|||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- sleep 3 # give xvfb some time to start
|
||||
|
||||
script:
|
||||
- ./build.sh NuGet
|
||||
|
||||
|
||||
script:
|
||||
- travis_wait ./build.sh NuGet
|
||||
|
||||
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
|
||||
- mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd
|
||||
|
|
Loading…
Reference in a new issue