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

Feature/ci

parent aeb1e3f9
Branches
Tags
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- test
build:
image: openjdk:8
stage: build
script:
- ./gradlew --console=plain --no-daemon assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- .gradle
test:
image: openjdk:8
stage: test
script:
- ./gradlew --console=plain --no-daemon test
artifacts:
reports:
junit: build/test-results/test/**/TEST-*.xml
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
paths:
- .gradle
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment