update gitlab-ci

add hub docker
[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-05 03:33:16 +04:00 committed by GitHub
parent 1fdbc07cb4
commit 74e859a9d4
1 changed files with 13 additions and 0 deletions

View File

@ -466,6 +466,19 @@ windows:
- target/release/parity.pdb
- nsis/InstallParity.exe
name: "x86_64-pc-windows-msvc_parity"
docker-build:
stage: build
only:
- tags
before_script:
- docker info
script:
- cd docker/hub
- docker login -u $Docker_Hub_User -p $Docker_Hub_Pass
- docker build --tag ethcore/parity:$CI_BUILD_REF_NAME .
- docker push ethcore/parity:$CI_BUILD_REF_NAME
tags:
- docker
test-darwin:
stage: test
only: