Browse Source
ci(release): release per platform
Only build and publish the electron packages for the current build
environment.
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
2 changed files with
3 additions and
3 deletions
-
.travis.yml
-
appveyor.yml
|
|
@ -57,7 +57,7 @@ jobs: |
|
|
|
deploy: |
|
|
|
skip_cleanup: true |
|
|
|
provider: script |
|
|
|
script: yarn release |
|
|
|
script: yarn release --linux, |
|
|
|
on: |
|
|
|
repo: LN-Zap/zap-desktop |
|
|
|
branch: master |
|
|
@ -68,7 +68,7 @@ jobs: |
|
|
|
deploy: |
|
|
|
skip_cleanup: true |
|
|
|
provider: script |
|
|
|
script: yarn release |
|
|
|
script: yarn release --mac |
|
|
|
on: |
|
|
|
repo: LN-Zap/zap-desktop |
|
|
|
branch: master |
|
|
|
|
|
@ -36,4 +36,4 @@ test_script: |
|
|
|
- yarn test-ci |
|
|
|
|
|
|
|
deploy_script: |
|
|
|
- cmd: powershell if (($env:appveyor_repo_name -eq 'LN-Zap/zap-desktop') -and ($env:appveyor_repo_branch -eq 'master') -and ($env:publish_build)) { yarn release } |
|
|
|
- cmd: powershell if (($env:appveyor_repo_name -eq 'LN-Zap/zap-desktop') -and ($env:appveyor_repo_branch -eq 'master') -and ($env:publish_build)) { yarn release --win } |
|
|
|