Update gitlab-ci

Optimize build's
1. remove arm* from master
2. `js-pack` + `js-test` + `js-lint`
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-03 19:19:13 +07:00 committed by GitHub
parent b2b8d78bcc
commit 2ed237a6d2
1 changed files with 1 additions and 22 deletions

View File

@ -136,7 +136,6 @@ linux-armv7:
stage: build
image: ethcore/rust-armv7:latest
only:
- master
- beta
- tags
- stable
@ -176,7 +175,6 @@ linux-arm:
stage: build
image: ethcore/rust-arm:latest
only:
- master
- beta
- tags
- stable
@ -248,7 +246,6 @@ linux-aarch64:
stage: build
image: ethcore/rust-aarch64:latest
only:
- master
- beta
- tags
- stable
@ -287,7 +284,6 @@ linux-aarch64:
darwin:
stage: build
only:
- master
- beta
- tags
- stable
@ -308,7 +304,6 @@ darwin:
windows:
stage: build
only:
- master
- beta
- tags
- stable
@ -395,30 +390,14 @@ js-release:
- ./js/scripts/release.sh
tags:
- javascript
js-lint:
js-tests:
stage: build
image: ethcore/javascript:latest
before_script:
- ./js/scripts/install-deps.sh
script:
- ./js/scripts/lint.sh
tags:
- javascript-test
js-test:
stage: build
image: ethcore/javascript:latest
before_script:
- ./js/scripts/install-deps.sh
script:
- ./js/scripts/test.sh
tags:
- javascript-test
js-pack:
stage: build
image: ethcore/javascript:latest
before_script:
- ./js/scripts/install-deps.sh
script:
- ./js/scripts/build.sh
tags:
- javascript-test