Update gitlab-ci

replace build positions
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-08-26 23:12:44 +07:00 committed by GitHub
parent 7b945fcda4
commit 73958ae8f8
1 changed files with 18 additions and 18 deletions

View File

@ -34,24 +34,6 @@ linux-beta:
- rust-beta
script:
- ./deploy.sh
linux-stable:
stage: build
image: ethcore/rust:stable
only:
- master
- beta
- tags
- stable
script:
- cargo build --release --verbose
- strip target/release/parity
tags:
- rust
- rust-stable
artifacts:
paths:
- target/release/parity
name: "${CI_BUILD_NAME}_parity"
linux-nightly:
stage: build
image: ethcore/rust:nightly
@ -221,6 +203,24 @@ windows:
- target/release/parity.exe
- target/release/parity.pdb
name: "${CI_BUILD_NAME}_parity"
linux-stable:
stage: build
image: ethcore/rust:stable
only:
- master
- beta
- tags
- stable
script:
- cargo build --release --verbose
- strip target/release/parity
tags:
- rust
- rust-stable
artifacts:
paths:
- target/release/parity
name: "${CI_BUILD_NAME}_parity"
test-linux:
stage: test
before_script: