update gitlab-ci
add hub docker [ci skip]
This commit is contained in:
parent
1fdbc07cb4
commit
74e859a9d4
@ -466,6 +466,19 @@ windows:
|
|||||||
- target/release/parity.pdb
|
- target/release/parity.pdb
|
||||||
- nsis/InstallParity.exe
|
- nsis/InstallParity.exe
|
||||||
name: "x86_64-pc-windows-msvc_parity"
|
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:
|
test-darwin:
|
||||||
stage: test
|
stage: test
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user