mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
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:
|
artifacts:
|
||||||
- path: build\lws-%LWS_METHOD%.zip
|
- 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:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue