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

View File

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