Files
klang/.gitlab-ci.yml
2019-12-17 17:31:17 +01:00

12 lines
120 B
YAML

image: maven:latest
build:
stage: build
script:
- make build
test:
stage: test
script:
- make runTest