From a7903eeac170ad2f2521fb04e48161094877435c Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Sat, 5 Jan 2019 01:06:07 +1100 Subject: [PATCH] Use native 7zip on windows --- .travis/appveyor-deploy.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis/appveyor-deploy.ps1 b/.travis/appveyor-deploy.ps1 index 4035e7b87..64976ddc1 100644 --- a/.travis/appveyor-deploy.ps1 +++ b/.travis/appveyor-deploy.ps1 @@ -1,10 +1,7 @@ -$blockRdp = $true; -iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - mv setup_win.bat internal\ $filename = "qb64_" + (get-date -uformat "%Y-%m-%d-%H-%M-%S") + "_" + $Env:APPVEYOR_REPO_COMMIT.Substring(0,7) + "-" + $Env:APPVEYOR_REPO_BRANCH + "_win_" + $Env:PLATFORM + ".7z" cd .. -qb64\internal\c\c_compiler\7z\7za.exe a '-xr@qb64\.travis\common-exclusion.list' '-xr@qb64\.travis\win-exclusion.list' $filename qb64 +7z a '-xr@qb64\.travis\common-exclusion.list' '-xr@qb64\.travis\win-exclusion.list' $filename qb64 scp -q -o StrictHostKeyChecking=no $filename m6rosupy1q2t@qb64.org:autobuilds/$Env:APPVEYOR_REPO_BRANCH/