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

added ci

parent 51da11d4
No related branches found
No related tags found
No related merge requests found
Pipeline #12100 failed
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