Update gitlab-ci

fix windows installer
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-12 16:20:30 +07:00 committed by GitHub
parent 0189096caf
commit eb40750cbe
1 changed files with 3 additions and 3 deletions

View File

@ -267,9 +267,9 @@ windows:
- cmd md5sum target\release\parity >> checksum
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/SimpleFC.dll" -o nsis\SimpleFC.dll
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/vc_redist.x64.exe" -o nsis\vc_redist.x64.exe
- cmd signtool sign /f %keyfile% /p %certpass% target\release\parity.exe
- cmd C:\NSIS\makensis.exe nsis\installer.nsi
- cmd signtool sign /f %keyfile% /p %certpass% nsis\installer.exe
- signtool sign /f %keyfile% /p %certpass% target\release\parity.exe
- makensis.exe nsis\installer.nsi
- signtool sign /f %keyfile% /p %certpass% nsis\installer.exe
- aws configure set aws_access_key_id %s3_key%
- 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