appstream-generator/.travis.yml
Matthias Klumpp 31f76c1640 travis: Run asgen tests in Docker container
That way we don't need to hack the Trusty environment anymore and
basically do a dist-upgrade, but can instead use a newer Ubuntu release
directly.
2016-06-03 02:45:29 +02:00

19 lines
370 B
YAML

# Travis CI config for the AppStream Generator
language: d
sudo: required
dist: trusty
services:
- docker
d:
- gdc
#- ldc -- LDC has problems with parallelization (doesn't seem to work on Package[] array)
before_script:
- docker build -t asgen -f test/ci/Dockerfile .
script:
- docker run -t -e DC=$DC -v `pwd`:/build asgen
./test/ci/build_and_test.sh