separate command

This commit is contained in:
Leijurv 2018-09-02 16:11:52 -07:00
parent b2aced82ee
commit 7f8747afc7
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -4,5 +4,7 @@ install: true
script:
- ./gradlew check
- export DISPLAY=:99
- sudo apt-get install -qq --force-yes mesa-utils libgl1-mesa-swx11 libgl1-mesa-swx11-dev xvfb
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/xvfb-run -- :99 -screen 0 1400x900x24 -ac +extension GLX +render ./gradlew run
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render
- ./gradlew run