mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -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/win-unpacked/**/*
|
||||
- app/linux-unpacked/**/*
|
||||
only:
|
||||
variables:
|
||||
- $BUILD_WINDOWS_APP == "true"
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
|
@ -92,7 +95,7 @@ publish-gitlab:
|
|||
refs:
|
||||
- /^v.*$/
|
||||
variables:
|
||||
- $GITLAB_NPM_PUBLISH
|
||||
- $GITLAB_NPM_PUBLISH == "true"
|
||||
- $GITLAB_NPM_PACKAGE_NAME
|
||||
except:
|
||||
- branches
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user