1
0
This commit is contained in:
otya128
2017-07-08 19:20:35 +09:00
parent e14b6b12f4
commit edc558f981

View File

@@ -4,13 +4,9 @@ d:
- dmd
- ldc
script: dub test --compiler=${DC}
addons:
apt:
packages:
- libsdl2-dev
- libsdl2-image-2.0-0
- libsdl2-ttf-2.0-0
before_script:
- sudo apt-get update
- sudo apt-get install -y -q libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-ttf-2.0-0
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start