Added a Woodpecker step to build Windows binaries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
fb1d0fc664
commit
23f44681c7
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user