Merge pull request #5519 from paritytech/snap

add snap to CI
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-03 13:43:07 +03:00 committed by GitHub
commit 7fd2051d2c
1 changed files with 18 additions and 0 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