Web assembly #6

Merged
Mergul merged 38 commits from WebAssembly into master 2020-04-14 17:44:27 +02:00
Showing only changes of commit 3c4f2be9c6 - Show all commits

View file

@ -3,4 +3,7 @@ test_dmd:
image: mmcomando/ecs_enviroment image: mmcomando/ecs_enviroment
script: script:
- source $(/script/dlang/install.sh dmd -a) && dmd --version - 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