ocarina/.gitlab-ci.yml

15 lines
127 B
YAML
Raw Normal View History

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