Merge branch 'WebAssembly' of https://gitlab.com/Mergul/bubel-ecs.git into WebAssembly
This commit is contained in:
commit
dcc48116c5
2 changed files with 7 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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 test
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
// Example usage: dub -c unittest-runner -b unittest
|
||||
module tests.runner;
|
||||
|
||||
import core.stdc.stdio;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue