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:
27
27
script : scripts/docker-deploy.sh latest
28
28
on :
29
29
branch : master
30
- - env : TEST_ENV=ubuntu-18.04-llvm-dev
31
30
- env : TEST_ENV=ubuntu-18.04-llvm-5.0
32
31
33
32
before_cache :
Original file line number Diff line number Diff line change @@ -10,20 +10,6 @@ services:
10
10
- LLVM_VERSION=6.0
11
11
entrypoint : [scala-native-bindgen]
12
12
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
-
27
13
ubuntu-18.04-llvm-6.0 :
28
14
image : scalabindgen/scala-native-bindgen-builder:ubuntu-18.04-llvm-6.0
29
15
build :
You can’t perform that action at this time.
0 commit comments