Rewrite .gitlab-ci.yml

I think this should get it running ...

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-02-23 08:41:00 -05:00
parent 219f8fa119
commit 7fb584581b
1 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,16 @@
job1:
script: "scons"
job2:
scrpt: "scons tests/core"
stages:
- build
- test
build:
stage:
- build
script:
- scons -j2
test:
stage:
- test
script:
- scons tests/core