Update gitlab-ci

fix win build
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-12 19:55:21 +07:00 committed by GitHub
parent 2a29d7a76f
commit 77b49623ff

View File

@ -267,10 +267,10 @@ windows:
- set RUSTFLAGS=%RUSTFLAGS% -Zorbit=off
- rustup default stable-x86_64-pc-windows-msvc
- cargo build --release --verbose
- cd nsis
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/SimpleFC.dll" -o SimpleFC.dll
- curl -sL --url "https://github.com/ethcore/win-build/raw/master/vc_redist.x64.exe" -o vc_redist.x64.exe
- 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
- signtool sign /f %keyfile% /p %certpass% target\release\parity.exe
- cd nsis
- makensis.exe installer.nsi
- signtool sign /f %keyfile% /p %certpass% installer.exe
- md5sums installer.exe > installer.exe.md5