Added gitlab ci configuration
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
image: maven:latest
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- make build
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- make runTest
|
||||||
Reference in New Issue
Block a user