Check deployment.

This commit is contained in:
Gres 2017-08-07 11:13:08 +03:00
parent 1bc25c174e
commit 9a5738c4fd

View File

@ -21,10 +21,12 @@ cache:
install:
- cinst winscp
- nuget install secure-file -ExcludeVersion
- secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key
- call "scripts\win\prepare.bat"
build_script:
- call "scripts\win\build.bat"
- call "scripts\win\deploy_sf.bat"
artifacts:
- path: 'screen-translator-*.exe'
@ -40,6 +42,3 @@ deploy:
on:
appveyor_repo_tag: true
after_deploy:
- secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key
- call "scripts\win\deploy_sf.bat"