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