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 - export FILENAME=cwtch-android-$BUILDDATE.apk
- cp android/build-debug.apk $FILENAME - cp android/build-debug.apk $FILENAME
- sha256sum $FILENAME > $FILENAME.sha256 - sha256sum $FILENAME > $FILENAME.sha256
- rm -r android
build-windows: build-windows:
mem_limit: 3G mem_limit: 3G
image: therecipe/qt:windows_64_static image: therecipe/qt:windows_64_static
@ -97,7 +98,7 @@ pipeline:
- export FILENAME=cwtch-windows-$BUILDDATE.zip - export FILENAME=cwtch-windows-$BUILDDATE.zip
- zip -r $FILENAME cwtch - zip -r $FILENAME cwtch
- sha256sum $FILENAME > $FILENAME.sha256 - sha256sum $FILENAME > $FILENAME.sha256
- rm -r cwtch - mv cwtch windows
package-windows: package-windows:
mem_limit: 3G mem_limit: 3G
image: hp41/nsis:latest image: hp41/nsis:latest
@ -108,9 +109,8 @@ pipeline:
environment: environment:
commands: commands:
- cd deploy - cd deploy
- cp ./../nsis/cwtch-installer.nsi . - makensis -V3 ../nsis/cwtch-installer.nsi
- makensis -V3 cwtch-installer.nsi - rm -r windows
- mv cwtch-installer.exe windows
deploy-buildfiles: deploy-buildfiles:
image: pivotaldata/concourse-ssh image: pivotaldata/concourse-ssh
secrets: [buildfiles_key] secrets: [buildfiles_key]