Skip to content
Snippets Groups Projects
Commit 89183e0a authored by dgelessus's avatar dgelessus
Browse files

Add basic .gitlab-ci.yml

parent 45b5c76f
Branches
Tags
No related merge requests found
Pipeline #36515 passed
variables:
DEBIAN_FRONTEND: noninteractive
GRADLE_OPTIONS: --info --stacktrace --warning-mode=all
default:
image: openjdk:8-jdk-slim
cache:
paths:
- .gradle/caches
- .gradle/native
- .gradle/wrapper
before_script:
- export GRADLE_USER_HOME="${PWD}/.gradle"
test:
stage: test
script: ./gradlew ${GRADLE_OPTIONS} check shadowJar
artifacts:
expire_in: 1 week
paths:
- build/distributions
- build/libs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment