drone nsis: change windows step to leave a windows dir
the build failed Details

This commit is contained in:
Dan Ballard 2020-11-28 10:14:13 -08:00
parent f02083e0d6
commit 3cdb2b2455
1 changed files with 4 additions and 4 deletions

View File

@ -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]