moved package creation back to build script from deploy

This commit is contained in:
Joseph Lenox 2017-05-30 07:14:54 -05:00
parent 7aff8267da
commit 02ef5e90ce
2 changed files with 5 additions and 5 deletions

View File

@ -20,3 +20,8 @@ if ($LastExitCode -ne 0) {
$host.SetShouldExit($LastExitCode)
exit
}
Add-AppveyorCompilationMessage -Message "Making ZIP package"
cd package/win
./compile_wrapper.ps1 524 | Write-Output
./package_win32.ps1 524| Write-Output

View File

@ -1,8 +1,3 @@
Add-AppveyorCompilationMessage -Message "Making ZIP package"
cd package/win
./compile_wrapper.ps1 524 | Write-Output
./package_win32.ps1 524| Write-Output
cd ../../
Add-AppveyorCompilationMessage -Message "Uploading to server."
& ./package/deploy/winscp.ps1 -DIR win -KEY $env:APPVEYOR_BUILD_FOLDER/package/deploy/slic3r-upload.ppk -FILE *.zip *>> ./sftplog.txt