mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Trying to attach artifacts to tags only.
This commit is contained in:
parent
1a2c150e3b
commit
6cf63e2874
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- release
|
||||||
- develop
|
- develop
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
configuration:
|
configuration:
|
||||||
@ -83,14 +83,13 @@ artifacts:
|
|||||||
# below.
|
# below.
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
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
|
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
|
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
|
||||||
artifact: solidity-windows-zip
|
artifact: solidity-windows-zip
|
||||||
on:
|
on:
|
||||||
branch: release
|
branch: release
|
||||||
|
appveyor_repo_tag: true
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
- provider: GitHubPullRequest
|
- provider: GitHubPullRequest
|
||||||
|
Loading…
Reference in New Issue
Block a user