18 lines
304 B
YAML
18 lines
304 B
YAML
language: d
|
|
dist: trusty
|
|
|
|
d:
|
|
- dmd
|
|
- ldc
|
|
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
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libsdl2-2.0-0
|
|
- libsdl2-image-2.0-0
|
|
- libsdl2-ttf-2.0-0
|