mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
[appveyor] upload artifacts to GitHub releases
This commit is contained in:
parent
4097855dda
commit
60bf76a4fd
24
appveyor.yml
24
appveyor.yml
@ -272,18 +272,18 @@ test_script:
|
|||||||
- cmd: if "%APPVEYOR_REPO_TAG%"=="false" (ctest -C "%Configuration%" -V %TEST_OPTIONS%)
|
- cmd: if "%APPVEYOR_REPO_TAG%"=="false" (ctest -C "%Configuration%" -V %TEST_OPTIONS%)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: BinTray
|
- provider: GitHub
|
||||||
username: somdoron
|
tag: $(APPVEYOR_REPO_TAG_NAME)
|
||||||
api_key:
|
release: libzmq $(APPVEYOR_REPO_TAG_NAME)
|
||||||
secure: B4TC4GvUMbwX13Skh2Kvyc6SnqLkjNS9W0gtN2yxUC2Y4oQSCK2F4eRgtpMpCasg
|
description: |
|
||||||
subject: zeromq
|
Windows binaries for libzmq $(APPVEYOR_REPO_TAG_NAME), uploaded from appveyor.
|
||||||
repo: generic
|
Edit after appveyor is done uploading.
|
||||||
package: libzmq
|
auth_token:
|
||||||
publish: true
|
secure: vmAeVtN2qiQgFBCB2I5FDDRtADQ7GUdR9NwAJJyakbiV5OHzLHExDcC/D9Oh5r67
|
||||||
override: true
|
draft: true
|
||||||
version: ${ZMQ_VERSION}
|
prerelease: false
|
||||||
on:
|
force_update: true # adds files, clobbers release name and description
|
||||||
APPVEYOR_REPO_TAG: true
|
|
||||||
|
|
||||||
# the analysis build is repeated; apparently appveyor only uses the first section that matches some branch
|
# the analysis build is repeated; apparently appveyor only uses the first section that matches some branch
|
||||||
for:
|
for:
|
||||||
|
Loading…
Reference in New Issue
Block a user