diff options
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index fa4134384..55beb7820 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
| @@ -44,12 +44,10 @@ on_success: | |||
| 44 | # Do a second archive with only the binaries | 44 | # Do a second archive with only the binaries |
| 45 | 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe | 45 | 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe |
| 46 | 46 | ||
| 47 | # Download winscp | ||
| 48 | Invoke-WebRequest "http://iweb.dl.sourceforge.net/project/winscp/WinSCP/5.7.3/winscp573.zip" -OutFile "winscp573.zip" | ||
| 49 | 7z e -y winscp573.zip | ||
| 50 | 47 | ||
| 51 | # Upload to server | 48 | # Download WinSCP and upload to server |
| 52 | .\WinSCP.com /command ` | 49 | choco install winscp.portable |
| 50 | WinSCP.exe /command ` | ||
| 53 | "option batch abort" ` | 51 | "option batch abort" ` |
| 54 | "option confirm off" ` | 52 | "option confirm off" ` |
| 55 | "open sftp://citra-builds:${env:BUILD_PASSWORD}@builds.citra-emu.org -hostkey=*" ` | 53 | "open sftp://citra-builds:${env:BUILD_PASSWORD}@builds.citra-emu.org -hostkey=*" ` |