ocarina/.gitlab-ci.yml
Anna Schumaker 7cdc5678c6 Set gitlab-ci stages on one line
Rather than doing this in two separate lines.  Also drop the -j2
argument to scons to help with memory issues.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-02-26 14:31:12 -05:00

15 lines
127 B
YAML

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