ocarina/.gitlab-ci.yml

15 lines
127 B
YAML

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