File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ matrix:
2727 script : scripts/docker-deploy.sh latest
2828 on :
2929 branch : master
30- - env : TEST_ENV=ubuntu-18.04-llvm-dev
3130 - env : TEST_ENV=ubuntu-18.04-llvm-5.0
3231
3332before_cache :
Original file line number Diff line number Diff line change @@ -10,20 +10,6 @@ services:
1010 - LLVM_VERSION=6.0
1111 entrypoint : [scala-native-bindgen]
1212
13- ubuntu-18.04-llvm-dev :
14- image : scalabindgen/scala-native-bindgen-builder:ubuntu-18.04-llvm-dev
15- build :
16- context : .
17- args :
18- - UBUNTU_VERSION=18.04
19- - LLVM_VERSION=7
20- - LLVM_DEB_COMPONENT=
21- command : scripts/test.sh
22- volumes :
23- - .:/src
24- - ${HOME}/.ivy2:/root/.ivy2
25- - ${HOME}/.sbt:/root/.sbt
26-
2713 ubuntu-18.04-llvm-6.0 :
2814 image : scalabindgen/scala-native-bindgen-builder:ubuntu-18.04-llvm-6.0
2915 build :
You can’t perform that action at this time.
0 commit comments