mirror of https://github.com/procxx/kepka.git
Enable release publishing (#57)
This commit is contained in:
parent
d28745423a
commit
0d5f6f45aa
11
appveyor.yml
11
appveyor.yml
|
@ -14,7 +14,6 @@ shallow_clone: true
|
||||||
clone_folder: C:\projects\tdesktop
|
clone_folder: C:\projects\tdesktop
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -39,9 +38,19 @@ after_build:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build\kepka.zip
|
- path: build\kepka.zip
|
||||||
|
name: application
|
||||||
- path: build\pdb.zip
|
- path: build\pdb.zip
|
||||||
|
name: debug-info
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
- provider: GitHubPullRequest
|
- provider: GitHubPullRequest
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: RTsEg5GuO6yWL2ha/fURkT9p6pzW/DS/yT0dR8Re7HsHxtQRkzaKU15n7pQdtEPN
|
secure: RTsEg5GuO6yWL2ha/fURkT9p6pzW/DS/yT0dR8Re7HsHxtQRkzaKU15n7pQdtEPN
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: GitHub
|
||||||
|
auth_token:
|
||||||
|
secure: RTsEg5GuO6yWL2ha/fURkT9p6pzW/DS/yT0dR8Re7HsHxtQRkzaKU15n7pQdtEPN
|
||||||
|
artifact: application,debug-info
|
||||||
|
on:
|
||||||
|
appveyor_repo_tag: true
|
||||||
|
|
Loading…
Reference in New Issue