Update gitlab-ci

enable arm* in master branch
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-27 02:12:05 +07:00 committed by GitHub
parent f58ccfb435
commit 0e14738147
1 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,7 @@ linux-armv7:
stage: build
image: ethcore/rust-armv7:latest
only:
- master
- beta
- tags
- stable
@ -171,6 +172,7 @@ linux-arm:
stage: build
image: ethcore/rust-arm:latest
only:
- master
- beta
- tags
- stable
@ -206,6 +208,7 @@ linux-armv6:
stage: build
image: ethcore/rust-armv6:latest
only:
- master
- beta
- tags
- stable
@ -234,6 +237,7 @@ linux-aarch64:
stage: build
image: ethcore/rust-aarch64:latest
only:
- master
- beta
- tags
- stable