mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
appveyor: disable bintray
We gradually filled up the free allocation, and they don't provide any method to delete the oldest automatically. You literally have to sit there deleting one artifact at a time (we create 7 per commit) using their webui. I'm not going to do that. While it's full, appveyor builds will just break. So disable it.
This commit is contained in:
parent
9c7a0f28c0
commit
e0a6979082
1 changed files with 11 additions and 11 deletions
22
appveyor.yml
22
appveyor.yml
|
@ -58,17 +58,17 @@ after_build:
|
|||
artifacts:
|
||||
- path: build\lws-%LWS_METHOD%-%APPVEYOR_BUILD_ID%.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
|
||||
#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