mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 00:31:59 +08:00
Build server stops trying to update cpanm modules.
This commit is contained in:
parent
4451fc424c
commit
eb31601762
@ -13,6 +13,7 @@ cd C:\projects\slic3r
|
||||
rm -r 'C:\Program Files (x86)\Microsoft Vis*\bin' -Force
|
||||
|
||||
Add-AppveyorCompilationMessage -Message "Building Slic3r XS"
|
||||
wget "http://www.siusgs.com/slic3r/buildserver/win/Build.PL" -o "Build.PL"
|
||||
perl ./Build.pl
|
||||
|
||||
if ($LastExitCode -ne 0) {
|
||||
@ -20,7 +21,6 @@ if ($LastExitCode -ne 0) {
|
||||
$host.SetShouldExit($LastExitCode)
|
||||
exit
|
||||
}
|
||||
|
||||
Add-AppveyorCompilationMessage -Message "Making ZIP package"
|
||||
cd package/win
|
||||
./compile_wrapper.ps1 524 | Write-Output
|
||||
|
Loading…
x
Reference in New Issue
Block a user