bubel-ecs/.gitlab-ci.yml
2020-03-21 22:18:38 +00:00

9 lines
300 B
YAML

test_dmd:
stage: test
image: mmcomando/ecs_enviroment
script:
- source $(/script/dlang/install.sh dmd -a) && dmd --version
- source $(/script/dlang/install.sh dmd -a) && dub -c unittest-runner -b unittest
artifacts:
reports:
junit: test_report.xml