Skip to content
Snippets Groups Projects
Commit 7c22a3d8 authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Gitlab-CI Test

parent 6eb3f856
No related branches found
No related tags found
3 merge requests!20Unittests etc,!19Hardware Klasse, Unit Tests, Fixes für Walzen und Reflektor,!11Nach push automatisch alle Unit Tests ausführen lassen und Projekt compilieren
image: maven:latest image: maven:latest
stages: stages:
- clean
- build - build
- test - test
- deploy - deploy
job build dependencies: job clean:
stage: build stage: clean
script: mvn build dependencies script: mvn clean
job build artifacts: job compile:
stage: build stage: build
script: mvn build artifacts script: mvn compile
job test: job test:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment