k
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,5 +1,4 @@
|
||||
language: d
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
d:
|
||||
@@ -7,9 +6,12 @@ d:
|
||||
- ldc
|
||||
script: dub test --compiler=${DC}
|
||||
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
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libsdl2-2.0-0
|
||||
- libsdl2-image-2.0-0
|
||||
- libsdl2-ttf-2.0-0
|
||||
|
||||
Reference in New Issue
Block a user