Reverted build order changes
This commit is contained in:
parent
3b14bcf29a
commit
70d17ce1d8
@ -1,8 +1,8 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- js-build
|
- js-build
|
||||||
- build
|
|
||||||
- push-release
|
- push-release
|
||||||
|
- build
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: "3"
|
GIT_DEPTH: "3"
|
||||||
SIMPLECOV: "true"
|
SIMPLECOV: "true"
|
||||||
@ -460,9 +460,8 @@ windows:
|
|||||||
- zip win-installer.zip InstallParity.exe InstallParity.exe.md5
|
- zip win-installer.zip InstallParity.exe InstallParity.exe.md5
|
||||||
- md5sums win-installer.zip > win-installer.zip.md5
|
- md5sums win-installer.zip > win-installer.zip.md5
|
||||||
- cd ..\target\release\
|
- cd ..\target\release\
|
||||||
- md5sums parity.exe parity.pdb > parity.md5
|
|
||||||
- md5sums parity.exe > parity.exe.md5
|
- md5sums parity.exe > parity.exe.md5
|
||||||
- zip parity.zip parity.exe parity.pdb parity.md5
|
- zip parity.zip parity.exe parity.md5
|
||||||
- md5sums parity.zip > parity.zip.md5
|
- md5sums parity.zip > parity.zip.md5
|
||||||
- cd ..\..
|
- cd ..\..
|
||||||
- aws configure set aws_access_key_id %s3_key%
|
- aws configure set aws_access_key_id %s3_key%
|
||||||
@ -488,7 +487,6 @@ windows:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/release/parity.exe
|
- target/release/parity.exe
|
||||||
- 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:
|
docker-build:
|
||||||
|
Loading…
Reference in New Issue
Block a user