Skip to content
Snippets Groups Projects
Commit 66bd8582 authored by Johannes Mey's avatar Johannes Mey
Browse files

speed up CI

parent 7da5a7ae
No related branches found
No related tags found
No related merge requests found
Pipeline #14701 passed
......@@ -20,25 +20,16 @@ build:
image: openjdk:11
stage: build
script:
- ./gradlew --console=plain --no-daemon assemble jar
- ./gradlew --console=plain --no-daemon build jar
artifacts:
paths:
- build/libs/*.jar
test:
image: openjdk:11
stage: test
script:
- ./gradlew --console=plain --no-daemon test
artifacts:
reports:
junit: build/test-results/test/**/TEST-*.xml
publish_dev:
image: openjdk:11
stage: deploy
needs:
- test
- build
script:
- "./gradlew setDevVersionForCI"
- "./gradlew publish"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment