Skip to content
Snippets Groups Projects
Commit c34a928e authored by Tim Kluge's avatar Tim Kluge
Browse files

Add .gitlab-ci.yml

parent 9f572654
No related branches found
No related tags found
No related merge requests found
Pipeline #9677 failed
default:
image: maven:latest
stages:
- build
- test
- diff
build:
stage: build
image: maven:latest
script:
- mvn compile
test:
stage: test
image: maven:3.6-jdk-8
script:
- mvn test
deploy:
image: maven:3.6-jdk-8
script:
- 'mvn deploy -s ci_settings.xml'
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment