We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fa6db commit c262034Copy full SHA for c262034
.gitlab-ci.yml
@@ -50,6 +50,18 @@ bindings-build:llvm-3.9.1:
50
paths:
51
- src/org/sosy_lab/llvm_j/binding/
52
53
+build:jdk-11:
54
+ dependencies:
55
+ - build-dependencies
56
+ needs:
57
58
+
59
+build:jdk-14:
60
61
62
63
64
65
build:llvm-3.9.1:
66
stage: build
67
script: "ant $ANT_PROPS_BUILD jar"
0 commit comments