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:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
package_windows:
|
||||||
|
image: electronuserland/builder:16-wine-mono
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- npm run build-windows
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
gitea_release:
|
gitea_release:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"build-linux": "electron-builder build --linux",
|
"build-linux": "electron-builder build --linux",
|
||||||
"build-win": "electron-builder build --win",
|
"build-windows": "electron-builder build --win",
|
||||||
"grunt": "grunt"
|
"grunt": "grunt"
|
||||||
},
|
},
|
||||||
"repository": "https://git.metaunix.net/metaunix/sentry",
|
"repository": "https://git.metaunix.net/metaunix/sentry",
|
||||||
|
Loading…
Reference in New Issue
Block a user