Skip to content
Snippets Groups Projects
Commit 51da11d4 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

added ci

parent b2bb4e4a
No related branches found
No related tags found
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_DEPTH: 1000
stages:
- build
- publish
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build:
image: openjdk:11
stage: build
script:
- ./gradlew --console=plain --no-daemon assemble jar
artifacts:
paths:
- "ragconnect.base/build/libs/ragconnect-*.jar"
- "ragconnect.base/src/gen"
expire_in: 1 week
publish:
image: openjdk:11
stage: publish
needs:
- build
script:
- "./gradlew publish"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment