diff --git a/.travis/appveyor-deploy.ps1 b/.travis/appveyor-deploy.ps1 new file mode 100644 index 000000000..ccda28290 --- /dev/null +++ b/.travis/appveyor-deploy.ps1 @@ -0,0 +1,7 @@ +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}/ diff --git a/.travis/qb64.org_rsa.enc b/.travis/qb64.org_rsa.enc new file mode 100644 index 000000000..4be36b374 Binary files /dev/null and b/.travis/qb64.org_rsa.enc differ