This commit is contained in:
UnixKeys 2020-09-06 15:05:28 +02:00 committed by GitHub
parent 7d13688b98
commit a1746d1a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 1 deletions

View File

@ -10,4 +10,26 @@ env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
script: npm run build
jobs:
include:
- stage: Linux & Mac Build
os: osx
osx_image: xcode10.1
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
script:
- npm run build
- stage: Windows Build
os: windows
script:
- npm run build
- stage: GitHub Release
script: skip
deploy:
provider: releases
prerelease: true
api_key: "$GH_TOKEN"
skip_cleanup: true
on:
tags: true