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

CI

parent d523af27
No related branches found
No related tags found
No related merge requests found
Pipeline #9951 failed
stages:
- build
- test
- jar
- deploy
build:
image: openjdk:11
stage: build
script:
- ./gradlew --console=plain --build-cache assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- build
- .gradle
jar:
image: openjdk:8
stage: jar
script:
- ./gradlew --continue --console=plain --info buildPlugin
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
paths:
- build
- .gradle
artifacts:
paths:
- "/builds/jastadd/*/build/libs/JastAddGrammar-*.jar"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment