skip windows build ?

This commit is contained in:
Jean Ouina 2020-09-17 17:20:01 +02:00
parent 15bb21733e
commit 314251e274
5 changed files with 14 additions and 14 deletions

View File

@ -16,14 +16,14 @@ jobs:
script:
- npm run devInstall:64
- npm run build
- stage: Windows Build
os: windows
script:
- export NPM_CONFIG_PREFIX=C:\\npm_prefix
- export PATH="/c/npm_prefix:$PATH"
- npm i -g npm@latest
- npm run devInstall
- npm run build
# - stage: Windows Build
# os: windows
# script:
# - export NPM_CONFIG_PREFIX=C:\\npm_prefix
# - export PATH="/c/npm_prefix:$PATH"
# - npm i -g npm@latest
# - npm run devInstall
# - npm run build
- stage: GitHub Release
script: skip
deploy:
@ -32,8 +32,8 @@ jobs:
api_key: "$GH_TOKEN"
skip_cleanup: true
file:
- builds/lightcord-win32-ia32.zip
- builds/lightcord-win32.exe
# - builds/lightcord-win32-ia32.zip
# - builds/lightcord-win32.exe
- builds/lightcord-linux-x64.zip
- builds/lightcord-darwin.zip
on:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long