without dev

This commit is contained in:
Leijurv 2018-09-02 16:51:24 -07:00
parent 50cc05a680
commit 56762780e3
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ script:
- export DISPLAY=:99
- export LIBGL_ALWAYS_SOFTWARE=1
- sudo apt-get update -qq --force-yes
- sudo apt-get install -qq --force-yes mesa-utils libgl1-mesa-glx libgl1-mesa-glx-dev xvfb
- sudo apt-get install -qq --force-yes mesa-utils libgl1-mesa-glx xvfb
- /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
- glxinfo
- ./gradlew run