Update gitlab-ci
[ci skip] skip linux-armv6 in beta, tags, stable
This commit is contained in:
parent
ce50286138
commit
250736a085
@ -218,9 +218,9 @@ linux-armv6:
|
|||||||
image: ethcore/rust-armv6:latest
|
image: ethcore/rust-armv6:latest
|
||||||
only:
|
only:
|
||||||
- $NIGHTLY
|
- $NIGHTLY
|
||||||
- beta
|
# - beta
|
||||||
- tags
|
# - tags
|
||||||
- stable
|
# - stable
|
||||||
script:
|
script:
|
||||||
- export CC=arm-linux-gnueabi-gcc
|
- export CC=arm-linux-gnueabi-gcc
|
||||||
- export CXX=arm-linux-gnueabi-g++
|
- export CXX=arm-linux-gnueabi-g++
|
||||||
|
Loading…
Reference in New Issue
Block a user