ocarina/.gitlab-ci.yml
Anna Schumaker 7fb584581b Rewrite .gitlab-ci.yml
I think this should get it running ...

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-02-23 11:27:01 -05:00

17 lines
143 B
YAML

stages:
- build
- test
build:
stage:
- build
script:
- scons -j2
test:
stage:
- test
script:
- scons tests/core