added new build scripts

This commit is contained in:
Sven Kubiak
2018-07-23 09:58:21 +02:00
parent d4000cc308
commit bfeca263bb
3 changed files with 32 additions and 7 deletions

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
stages:
- test
- sonar
test:
stage: test
script: mvn clean verify
sonar:
stage: sonar
script:
- mvn clean verify sonar:sonar --settings settings.xml
only:
- master