Update gitlab-ci
fix windows
This commit is contained in:
parent
7da8e7926d
commit
f62d2e6ea8
@ -267,7 +267,7 @@ windows:
|
|||||||
- set RUSTFLAGS=-Zorbit=off
|
- set RUSTFLAGS=-Zorbit=off
|
||||||
- rustup default stable-x86_64-pc-windows-msvc
|
- rustup default stable-x86_64-pc-windows-msvc
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
- md5sum target\release\parity >> checksum
|
- cmd md5sum target\release\parity >> checksum
|
||||||
- aws configure set aws_access_key_id %s3_key%
|
- aws configure set aws_access_key_id %s3_key%
|
||||||
- aws configure set aws_secret_access_key %s3_secret%
|
- aws configure set aws_secret_access_key %s3_secret%
|
||||||
- aws s3api put-object --bucket builds-parity --key %CI_BUILD_REF_NAME%/x86_64-pc-windows-msvc/parity --body target\release\parity.exe
|
- aws s3api put-object --bucket builds-parity --key %CI_BUILD_REF_NAME%/x86_64-pc-windows-msvc/parity --body target\release\parity.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user