appveyor: bintray
This commit is contained in:
parent
8e9871d995
commit
948408b36a
1 changed files with 12 additions and 0 deletions
12
appveyor.yml
12
appveyor.yml
|
@ -61,5 +61,17 @@ after_build:
|
|||
artifacts:
|
||||
- path: build\lws-%LWS_METHOD%.zip
|
||||
|
||||
deploy:
|
||||
- provider: BinTray
|
||||
username: lws-team
|
||||
api_key:
|
||||
secure: nDpZ7P/wrk98DwJPMC6KpCC23QrVP8f3RxvKzBaqOmb9LiVrg1IyO1cc5vcgShZC
|
||||
subject: lws-team
|
||||
repo: libwebsockets
|
||||
package: windows
|
||||
publish: true
|
||||
override: true
|
||||
explode: false
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
Loading…
Add table
Reference in a new issue