mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 00:13:08 -05:00
Add an option to skip building Windows app in CI
This commit is contained in:
parent
225efcd4a5
commit
dfef97c369
|
|
@ -53,6 +53,9 @@ build-windows:
|
||||||
- app/mac/**/*
|
- app/mac/**/*
|
||||||
- app/win-unpacked/**/*
|
- app/win-unpacked/**/*
|
||||||
- app/linux-unpacked/**/*
|
- app/linux-unpacked/**/*
|
||||||
|
only:
|
||||||
|
variables:
|
||||||
|
- $BUILD_WINDOWS_APP == "true"
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
@ -92,7 +95,7 @@ publish-gitlab:
|
||||||
refs:
|
refs:
|
||||||
- /^v.*$/
|
- /^v.*$/
|
||||||
variables:
|
variables:
|
||||||
- $GITLAB_NPM_PUBLISH
|
- $GITLAB_NPM_PUBLISH == "true"
|
||||||
- $GITLAB_NPM_PACKAGE_NAME
|
- $GITLAB_NPM_PACKAGE_NAME
|
||||||
except:
|
except:
|
||||||
- branches
|
- branches
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user