From 9cfb50f90fc995045279e059eb17cdfe64e3b507 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Wed, 3 May 2017 03:12:45 +0300 Subject: [PATCH] Update .gitlab-ci.yml build snap beta --- .gitlab-ci.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ddc58c9b..6688d6f23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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