mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 05:31:22 +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
|
||||
|
||||
services:
|
||||
- xvfb
|
||||
|
||||
before_install:
|
||||
- chmod +x build.sh
|
||||
|
||||
before_script:
|
||||
# Start a virtual framebuffer as described: https://docs.travis-ci.com/user/gui-and-headless-browsers/
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- sleep 3 # give xvfb some time to start
|
||||
|
||||
script:
|
||||
- travis_wait ./build.sh NuGet
|
||||
|
|
Loading…
Reference in a new issue