1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 10:15:09 +00:00
qb64/.travis/appveyor-deploy.ps1

8 lines
393 B
PowerShell
Raw Normal View History

2018-01-12 13:27:06 +00:00
mv setup_win.bat internal\
$filename = "appveyor" + (get-date -uformat "%Y-%m-%d-%H-%M-%S") + "_" + $APPVEYOR_REPO_COMMIT.Substring(0,7) + "-" + $APPVEYOR_REPO_BRANCH + "_win.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
scp $filename m6rosupy1q2t@qb64.org:autobuilds/${APPVEYOR_REPO_BRANCH}/