aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-11-03 17:48:54 +0800
committerchriseth <c@ethdev.com>2016-11-03 17:49:26 +0800
commit6cf63e2874ca4c5d5e2ae4a1f14808732c15867b (patch)
tree868a8b7e64c0f89c09efabdfee7be5b1d0c49087 /appveyor.yml
parent1a2c150e3b2f98ef44834aca281692734b74c0db (diff)
downloaddexon-solidity-6cf63e2874ca4c5d5e2ae4a1f14808732c15867b.tar
dexon-solidity-6cf63e2874ca4c5d5e2ae4a1f14808732c15867b.tar.gz
dexon-solidity-6cf63e2874ca4c5d5e2ae4a1f14808732c15867b.tar.bz2
dexon-solidity-6cf63e2874ca4c5d5e2ae4a1f14808732c15867b.tar.lz
dexon-solidity-6cf63e2874ca4c5d5e2ae4a1f14808732c15867b.tar.xz
dexon-solidity-6cf63e2874ca4c5d5e2ae4a1f14808732c15867b.tar.zst
dexon-solidity-6cf63e2874ca4c5d5e2ae4a1f14808732c15867b.zip
Trying to attach artifacts to tags only.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b45e9f11..5d6dcb20 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,7 @@
branches:
only:
- - master
+ - release
- develop
os: Visual Studio 2015
configuration:
@@ -83,14 +83,13 @@ artifacts:
# below.
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
auth_token:
secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans
artifact: solidity-windows-zip
on:
branch: release
+ appveyor_repo_tag: true
notifications:
- provider: GitHubPullRequest