commit
7fd2051d2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user