init switch to parity docker hub

https://hub.docker.com/r/parity/rust/
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-04-05 21:35:53 +03:00 committed by GitHub
parent 5ebd38f1d6
commit 91dbf3c09d

View File

@ -14,13 +14,14 @@ cache:
untracked: true untracked: true
linux-stable: linux-stable:
stage: build stage: build
image: ethcore/rust:stable image: parity/rust:gitlab-ci
only: only:
- beta - beta
- tags - tags
- stable - stable
- triggers - triggers
script: script:
- rustup default stable
- cargo build -j $(nproc) --release --features final $CARGOFLAGS - cargo build -j $(nproc) --release --features final $CARGOFLAGS
- cargo build -j $(nproc) --release -p evmbin - cargo build -j $(nproc) --release -p evmbin
- cargo build -j $(nproc) --release -p ethstore - cargo build -j $(nproc) --release -p ethstore
@ -105,13 +106,14 @@ linux-stable-debian:
name: "stable-x86_64-unknown-debian-gnu_parity" name: "stable-x86_64-unknown-debian-gnu_parity"
linux-beta: linux-beta:
stage: build stage: build
image: ethcore/rust:beta image: parity/rust:gitlab-ci
only: only:
- beta - beta
- tags - tags
- stable - stable
- triggers - triggers
script: script:
- rustup default beta
- cargo build -j $(nproc) --release $CARGOFLAGS - cargo build -j $(nproc) --release $CARGOFLAGS
- strip target/release/parity - strip target/release/parity
tags: tags:
@ -124,13 +126,14 @@ linux-beta:
allow_failure: true allow_failure: true
linux-nightly: linux-nightly:
stage: build stage: build
image: ethcore/rust:nightly image: parity/rust:gitlab-ci
only: only:
- beta - beta
- tags - tags
- stable - stable
- triggers - triggers
script: script:
- rustup default nightly
- cargo build -j $(nproc) --release $CARGOFLAGS - cargo build -j $(nproc) --release $CARGOFLAGS
- strip target/release/parity - strip target/release/parity
tags: tags: