Check deployment.
This commit is contained in:
parent
1bc25c174e
commit
9a5738c4fd
@ -21,10 +21,12 @@ cache:
|
|||||||
install:
|
install:
|
||||||
- cinst winscp
|
- cinst winscp
|
||||||
- nuget install secure-file -ExcludeVersion
|
- 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"
|
- call "scripts\win\prepare.bat"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- call "scripts\win\build.bat"
|
- call "scripts\win\build.bat"
|
||||||
|
- call "scripts\win\deploy_sf.bat"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'screen-translator-*.exe'
|
- path: 'screen-translator-*.exe'
|
||||||
@ -40,6 +42,3 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user