Update .gitlab-ci.yml

build snap beta
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-03 03:12:45 +03:00 committed by GitHub
parent 09bd3a9642
commit 9cfb50f90f
1 changed files with 19 additions and 1 deletions

View File

@ -60,6 +60,24 @@ linux-stable:
- target/release/ethstore
- target/release/ethkey
name: "stable-x86_64-unknown-linux-gnu_parity"
linux-snap:
stage: build
image: parity/snapcraft:gitlab-ci
only:
- snap
- beta
script:
- rm -rf *snap
- cd scripts
- snapcraft
tags:
- rust
- rust-stable
artifacts:
paths:
- scripts/parity_master_amd64.snap
name: "stable-x86_64-unknown-linux-gnu_parity-snap"
allow_failure: true
linux-stable-debian:
stage: build
image: parity/rust-debian:gitlab-ci
@ -348,7 +366,7 @@ linux-armv6:
allow_failure: true
linux-aarch64:
stage: build
image: parity/rust-arm64:latest
image: parity/rust-arm64:gitlab-ci
only:
- beta
- tags