mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 13:31:06 +00:00
Update travis CI
This commit is contained in:
parent
6f2608d664
commit
f55166990f
|
@ -2,14 +2,15 @@ language: csharp
|
||||||
|
|
||||||
sudo: false # use the new container-based Travis infrastructure
|
sudo: false # use the new container-based Travis infrastructure
|
||||||
|
|
||||||
|
services:
|
||||||
|
- xvfb
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- chmod +x build.sh
|
- chmod +x build.sh
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Start a virtual framebuffer as described: https://docs.travis-ci.com/user/gui-and-headless-browsers/
|
# Start a virtual framebuffer as described: https://docs.travis-ci.com/user/gui-and-headless-browsers/
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
|
||||||
- sleep 3 # give xvfb some time to start
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_wait ./build.sh NuGet
|
- travis_wait ./build.sh NuGet
|
||||||
|
|
Loading…
Reference in a new issue