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

add plugin binary compatibility verifier test

parent 5d1ca8a9
Branches
Tags
1 merge request!1Resolve "Renaming of Nonterminal Does Not Rename All Occurences"
Pipeline #11857 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -4,6 +4,12 @@ stages: ...@@ -4,6 +4,12 @@ stages:
- jar - jar
- deploy - deploy
test:
image: openjdk:11
stage: test
script:
- ./gradlew --continue --console=plain --info runPluginVerifier
jar: jar:
image: openjdk:11 image: openjdk:11
stage: jar stage: jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment