1
0
Files
otyaSMILEBASIC/.travis.yml

18 lines
304 B
YAML
Raw Permalink Normal View History

2016-12-03 20:33:46 +09:00
language: d
2017-07-08 19:33:38 +09:00
dist: trusty
2016-12-03 20:33:46 +09:00
d:
- dmd
- ldc
2017-07-08 19:06:24 +09:00
script: dub test --compiler=${DC}
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
2017-07-08 19:37:22 +09:00
addons:
apt:
packages:
- libsdl2-2.0-0
- libsdl2-image-2.0-0
- libsdl2-ttf-2.0-0