Skip to content

Commit

Permalink
deploy build artifacts over FTP (closes #289)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinacker committed Dec 12, 2021
1 parent cfaa199 commit d4918da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 11 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
password:
secure: McbB8gC1DEt670JWHHuiEBkZm+yhXYzqgRC6iHeb1AE=
folder:
artifact:

0 comments on commit d4918da

Please sign in to comment.