Update .gitlab-ci.yml
This commit is contained in:
parent
dcc48116c5
commit
3c4f2be9c6
1 changed files with 4 additions and 1 deletions
|
|
@ -3,4 +3,7 @@ test_dmd:
|
|||
image: mmcomando/ecs_enviroment
|
||||
script:
|
||||
- source $(/script/dlang/install.sh dmd -a) && dmd --version
|
||||
- source $(/script/dlang/install.sh dmd -a) && dub test
|
||||
- source $(/script/dlang/install.sh dmd -a) && dub -c unittest-runner -b unittest
|
||||
artifacts:
|
||||
reports:
|
||||
junit: test_report.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue