Added a Woodpecker step to build Windows binaries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-05-25 16:25:10 -04:00
parent fb1d0fc664
commit 23f44681c7
2 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,14 @@ pipeline:
when:
event: tag
package_windows:
image: electronuserland/builder:16-wine-mono
commands:
- npm install
- npm run build-windows
when:
event: tag
gitea_release:
image: plugins/gitea-release
settings:

View File

@ -6,7 +6,7 @@
"scripts": {
"start": "electron .",
"build-linux": "electron-builder build --linux",
"build-win": "electron-builder build --win",
"build-windows": "electron-builder build --win",
"grunt": "grunt"
},
"repository": "https://git.metaunix.net/metaunix/sentry",