diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-06-15 03:36:57 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-06-15 05:15:22 +0200 |
commit | 914eb7561e216d04b9e1f24298f91b6f035abd92 (patch) | |
tree | 0bf429671d214665f974291bc99976676bb45655 /appveyor.yml | |
parent | Merge pull request #1842 from Subv/ports (diff) | |
download | yuzu-914eb7561e216d04b9e1f24298f91b6f035abd92.tar yuzu-914eb7561e216d04b9e1f24298f91b6f035abd92.tar.gz yuzu-914eb7561e216d04b9e1f24298f91b6f035abd92.tar.bz2 yuzu-914eb7561e216d04b9e1f24298f91b6f035abd92.tar.lz yuzu-914eb7561e216d04b9e1f24298f91b6f035abd92.tar.xz yuzu-914eb7561e216d04b9e1f24298f91b6f035abd92.tar.zst yuzu-914eb7561e216d04b9e1f24298f91b6f035abd92.zip |
Diffstat (limited to '')
-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: # Do a second archive with only the binaries 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe - # Download winscp - Invoke-WebRequest "http://iweb.dl.sourceforge.net/project/winscp/WinSCP/5.7.3/winscp573.zip" -OutFile "winscp573.zip" - 7z e -y winscp573.zip - # Upload to server - .\WinSCP.com /command ` + # Download WinSCP and upload to server + choco install winscp.portable + WinSCP.exe /command ` "option batch abort" ` "option confirm off" ` "open sftp://citra-builds:${env:BUILD_PASSWORD}@builds.citra-emu.org -hostkey=*" ` |