mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 08:56:30 +08:00
9 lines
363 B
PowerShell
9 lines
363 B
PowerShell
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
|