1
0
Fork 0
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:
Andy Green 2019-01-28 07:38:44 +08:00
parent 9c7a0f28c0
commit e0a6979082

View file

@ -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