From 84a0a5816b49b4b17611a69eb3a2dd1f4627bd90 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 4 Jun 2018 10:11:54 +0100 Subject: [PATCH] Remove make_exe (installer) target --- scripts/gitlab-build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/gitlab-build.sh b/scripts/gitlab-build.sh index 0117e0e8a..3febe60ac 100755 --- a/scripts/gitlab-build.sh +++ b/scripts/gitlab-build.sh @@ -44,7 +44,6 @@ set_env_win () { set RUST_BACKTRACE=1 #export RUSTFLAGS=$RUSTFLAGS rustup default stable-x86_64-pc-windows-msvc - echo "MsBuild.exe /p:Platform=x64 /p:Configuration=Release" > msbuild.cmd echo "@ signtool sign /f "\%"1 /p "\%"2 /tr http://timestamp.comodoca.com /du https://parity.io "\%"3" > sign.cmd } build () { @@ -166,12 +165,6 @@ make_pkg () { sign_exe () { ./sign.cmd $keyfile $certpass "target/$PLATFORM/release/parity.exe" } -make_exe () { - ./msbuild.cmd - ./sign.cmd $keyfile $certpass "parity_"$VER"_"$IDENT"_"$ARC"."$EXT - $MD5_BIN "parity_"$VER"_"$IDENT"_"$ARC"."$EXT -p %h > "parity_"$VER"_"$IDENT"_"$ARC"."$EXT".md5" - $SHA256_BIN "parity_"$VER"_"$IDENT"_"$ARC"."$EXT -p %h > "parity_"$VER"_"$IDENT"_"$ARC"."$EXT".sha256" -} push_binaries () { echo "Push binaries to AWS S3" aws configure set aws_access_key_id $s3_key @@ -349,7 +342,6 @@ case $BUILD_PLATFORM in build sign_exe calculate_checksums - make_exe make_archive push_binaries updater_push_release