deploy build artifacts over FTP (closes #289)

This commit is contained in:
Devin Acker 2021-12-12 15:49:33 -05:00
parent cfaa199a60
commit d4918da445
2 changed files with 12 additions and 3 deletions

View file

@ -28,7 +28,7 @@ Non-debugging features:
[![Build status](https://ci.appveyor.com/api/projects/status/2eatkcuu14r8rnfx/branch/master?svg=true)](https://ci.appveyor.com/project/devinacker/bsnes-plus/branch/master)
Up-to-date development builds are available [from AppVeyor](https://ci.appveyor.com/project/devinacker/bsnes-plus/branch/master/artifacts) (64-bit Windows, compatibility and accuracy profiles).
Up-to-date development builds are available [here](https://revenant1.net/bsnes/build/) (64-bit Windows, compatibility and accuracy profiles).
## Building on Windows

View file

@ -51,6 +51,15 @@ build_script:
copy "%MINGW_PATH%\libwinpthread-1.dll"
7z a bsnes-plus-v%APPVEYOR_BUILD_VERSION%.zip *
7z a ..\..\bsnes-plus-v%APPVEYOR_BUILD_VERSION%.zip *
artifacts:
- path: bsnes\out\bsnes-plus-v$(appveyor_build_version).zip
- path: bsnes-plus-v$(appveyor_build_version).zip
deploy:
provider: FTP
protocol: ftps
host: revenant1.net
username: bsnes@revenant1.net
password:
secure: McbB8gC1DEt670JWHHuiEBkZm+yhXYzqgRC6iHeb1AE=
folder:
artifact: