aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-08-12 04:52:20 +0800
committerGitHub <noreply@github.com>2016-08-12 04:52:20 +0800
commit8109a4ea5e0f643ccc2b4787aaa55db319985bab (patch)
treeffc6a525e4468ec1b149b2cd2707a17bc69a2f0f
parent69e5409bc5760a028beb5145f63ca462e09232cf (diff)
parentc48248607fe000a0d6a83e97543d462c3b329e62 (diff)
downloaddexon-solidity-8109a4ea5e0f643ccc2b4787aaa55db319985bab.tar
dexon-solidity-8109a4ea5e0f643ccc2b4787aaa55db319985bab.tar.gz
dexon-solidity-8109a4ea5e0f643ccc2b4787aaa55db319985bab.tar.bz2
dexon-solidity-8109a4ea5e0f643ccc2b4787aaa55db319985bab.tar.lz
dexon-solidity-8109a4ea5e0f643ccc2b4787aaa55db319985bab.tar.xz
dexon-solidity-8109a4ea5e0f643ccc2b4787aaa55db319985bab.tar.zst
dexon-solidity-8109a4ea5e0f643ccc2b4787aaa55db319985bab.zip
Merge pull request #871 from bobsummerwill/enable_zip
Added comments about 'auth_token' setup for Appveyor
-rw-r--r--appveyor.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6f1836bb..450239c8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -64,6 +64,15 @@ artifacts:
# We are in agreement that generating ZIPs per commit for the develop
# branch is probably just noise, so we only run this deployment target
# on 'release'.
+#
+# See https://www.appveyor.com/docs/deployment/github for information
+# on GitHub Releases in Appveyor.
+#
+# You need to generate a GitHub personal access token for Appveyor
+# See https://github.com/settings/tokens for more information on that.
+# The token you generate there (in an encrypted form) is what is
+# passed to this deployment target in the 'auth_token' parameter
+# below.
deploy:
release: solidity-develop-v$(APPVEYOR_BUILD_VERSION)
@@ -75,4 +84,4 @@ deploy:
secure: yukM9mHUbzuZSS5WSBLKSW0yGJerJEqAXkFhDhSHBBcKJE7GAryjQsdO9Kxh3yRv
artifact: solidity-windows-zip
on:
- branch: release
+ branch: develop