mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 00:22:01 +08:00
moved package creation back to build script from deploy
This commit is contained in:
parent
7aff8267da
commit
02ef5e90ce
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user