Merge branch 'master' into nsi
the build was successful Details

This commit is contained in:
erinn 2020-11-27 18:43:42 -08:00
commit 9cc81b1f29
1 changed files with 13 additions and 0 deletions

View File

@ -98,6 +98,19 @@ pipeline:
- zip -r $FILENAME cwtch
- sha256sum $FILENAME > $FILENAME.sha256
- rm -r cwtch
package-windows:
mem_limit: 3G
image: hp41/nsis:latest
when:
repo: cwtch.im/ui
branch: [ master, windows_build ]
event: push
environment:
commands:
- cd deploy
- cp ./../nsis/cwtch-installer.nsi .
- makensis -v 3 cwtch-installer.nsi
- mv cwtch-installer.exe windows
deploy-buildfiles:
image: pivotaldata/concourse-ssh
secrets: [buildfiles_key]