ocarina/.gitlab-ci.yml

17 lines
143 B
YAML
Raw Normal View History

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