ocarina/.gitlab-ci.yml

17 lines
143 B
YAML

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