Initial attempt at electron-builder CI
This commit is contained in:
parent
67dffe209c
commit
526523a3ce
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
image: electronuserland/builder:wine
|
||||||
|
|
||||||
|
build:
|
||||||
|
script:
|
||||||
|
- npm install
|
||||||
|
- npm run release
|
||||||
|
artifacts:
|
||||||
|
name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}"
|
||||||
|
paths:
|
||||||
|
- release-builds/*.exe
|
||||||
|
- release-builds/*.deb
|
||||||
|
- release-builds/*.AppImage
|
||||||
Loading…
Add table
Add a link
Reference in a new issue