This commit is contained in:
UnixKeys 2020-09-06 16:09:55 +02:00 committed by GitHub
parent ce7c7e3817
commit 01ac967eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,6 @@ node_js: "lts/*"
before_install: before_install:
- npm i -g npm@6.14.6 - npm i -g npm@6.14.6
- npm i - npm i
- npm run devInstall
env: env:
global: global:
@ -19,10 +18,12 @@ jobs:
before_cache: before_cache:
- rm -rf $HOME/.cache/electron-builder/wine - rm -rf $HOME/.cache/electron-builder/wine
script: script:
- npm run devInstall:64
- npm run build - npm run build
- stage: Windows Build - stage: Windows Build
os: windows os: windows
script: script:
- npm run devInstall
- npm run build - npm run build
- stage: GitHub Release - stage: GitHub Release
script: skip script: skip
@ -31,5 +32,6 @@ jobs:
prerelease: true prerelease: true
api_key: "$GH_TOKEN" api_key: "$GH_TOKEN"
skip_cleanup: true skip_cleanup: true
#file:
on: on:
tags: true tags: true