Added gitlab ci configuration

This commit is contained in:
Marvin Kaiser
2019-12-17 17:31:17 +01:00
parent 08f486203b
commit 6e21697f2e

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
image: maven:latest
build:
stage: build
script:
- make build
test:
stage: test
script:
- make runTest