[appveyor] Add build artifacts

pull/3/head
Hleb Valoshka 2019-11-01 16:44:43 +03:00
parent 89e1b9c441
commit 26f3a3b5a9
1 changed files with 17 additions and 0 deletions

View File

@ -21,6 +21,23 @@ branches:
only:
- master
artifacts:
- path: '**/celestia-*.exe'
name: win
deploy:
- provider: BinTray
username: 375gnu
api_key:
secure: WjSIisk+6MMl82p8bvJPavyNhJIoDLnr3+d8Yj+Xo5EUb82aK7XNNhD50vh7/01q
subject: celestia
repo: celestia-builds
package: snapshots
# artifact: qt win
publish: true
on:
branch: master
# Build worker image (VM template)
image: "Previous Visual Studio 2015"