Skip to content

Commit c262034

Browse files
committed
Lighten dependencies on llvm 6.0 builds
1 parent 36fa6db commit c262034

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ bindings-build:llvm-3.9.1:
5050
paths:
5151
- src/org/sosy_lab/llvm_j/binding/
5252

53+
build:jdk-11:
54+
dependencies:
55+
- build-dependencies
56+
needs:
57+
- build-dependencies
58+
59+
build:jdk-14:
60+
dependencies:
61+
- build-dependencies
62+
needs:
63+
- build-dependencies
64+
5365
build:llvm-3.9.1:
5466
stage: build
5567
script: "ant $ANT_PROPS_BUILD jar"

0 commit comments

Comments
 (0)