From 3cdb2b24553e075dc16daf9f4e002f5fb9fa76d9 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 28 Nov 2020 10:14:13 -0800 Subject: [PATCH] drone nsis: change windows step to leave a windows dir --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a1c2bd44..1a32a9d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -64,6 +64,7 @@ pipeline: - export FILENAME=cwtch-android-$BUILDDATE.apk - cp android/build-debug.apk $FILENAME - sha256sum $FILENAME > $FILENAME.sha256 + - rm -r android build-windows: mem_limit: 3G image: therecipe/qt:windows_64_static @@ -97,7 +98,7 @@ pipeline: - export FILENAME=cwtch-windows-$BUILDDATE.zip - zip -r $FILENAME cwtch - sha256sum $FILENAME > $FILENAME.sha256 - - rm -r cwtch + - mv cwtch windows package-windows: mem_limit: 3G image: hp41/nsis:latest @@ -108,9 +109,8 @@ pipeline: environment: commands: - cd deploy - - cp ./../nsis/cwtch-installer.nsi . - - makensis -V3 cwtch-installer.nsi - - mv cwtch-installer.exe windows + - makensis -V3 ../nsis/cwtch-installer.nsi + - rm -r windows deploy-buildfiles: image: pivotaldata/concourse-ssh secrets: [buildfiles_key]