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

simplify CI

parent 19142feb
Branches
Tags
No related merge requests found
Pipeline #9953 failed
......@@ -4,29 +4,11 @@ stages:
- 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