switch to docker runner

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-04-27 17:20:00 +03:00 committed by GitHub
parent 011f6102a5
commit e439b53652
1 changed files with 5 additions and 2 deletions

View File

@ -62,17 +62,20 @@ linux-stable:
name: "stable-x86_64-unknown-linux-gnu_parity"
linux-snap:
stage: build
image: ubuntu:latest
only:
- snap
before_script:
- apt install snapcraft
script:
#- git clone https://github.com/paritytech/parity
- git submodule update --init --recursive
- cd scripts
- snapcraft
- sudo snap install *.snap --dangerous
- parity -v
tags:
- snap
- rust
- rust-stable
allow_failure: true
linux-stable-debian:
stage: build