mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Switched whitelisting to 'release' branch for Appveyor and TravisCI.
Disabled auto-tagging. We will create our own tags manually now, and for the release branch, this act should auto-generate ZIPs.
This commit is contained in:
parent
3d94b0a8e1
commit
c1f3dae9e3
@ -182,5 +182,5 @@ deploy:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: ethereum/solidity
|
repo: ethereum/solidity
|
||||||
branch: develop
|
branch: release
|
||||||
condition: $JOB != docs || $JOB != emscripten
|
condition: $JOB != docs || $JOB != emscripten
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
# (c) 2016 cpp-ethereum contributors.
|
# (c) 2016 cpp-ethereum contributors.
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
version: 0.3.6.{build}
|
|
||||||
skip_tags: true
|
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
configuration:
|
configuration:
|
||||||
- RelWithDebInfo
|
- RelWithDebInfo
|
||||||
@ -75,8 +73,6 @@ artifacts:
|
|||||||
# below.
|
# below.
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
release: solidity-develop-v$(APPVEYOR_BUILD_VERSION)
|
|
||||||
tag: develop-v$(APPVEYOR_BUILD_VERSION)
|
|
||||||
description: 'Development build of solidity at commit $(APPVEYOR_REPO_COMMIT).\n\n$(APPVEYOR_REPO_COMMIT_MESSAGE)\n\nCommitted by $(APPVEYOR_REPO_COMMIT_AUTHOR), $(APPVEYOR_REPO_COMMIT_TIMESTAMP).'
|
description: 'Development build of solidity at commit $(APPVEYOR_REPO_COMMIT).\n\n$(APPVEYOR_REPO_COMMIT_MESSAGE)\n\nCommitted by $(APPVEYOR_REPO_COMMIT_AUTHOR), $(APPVEYOR_REPO_COMMIT_TIMESTAMP).'
|
||||||
prerelease: true
|
prerelease: true
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
@ -84,4 +80,4 @@ deploy:
|
|||||||
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
|
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
|
||||||
artifact: solidity-windows-zip
|
artifact: solidity-windows-zip
|
||||||
on:
|
on:
|
||||||
branch: develop
|
branch: release
|
||||||
|
Loading…
Reference in New Issue
Block a user