mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 10:52:03 +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
|
rm -r 'C:\Program Files (x86)\Microsoft Vis*\bin' -Force
|
||||||
|
|
||||||
Add-AppveyorCompilationMessage -Message "Building Slic3r XS"
|
Add-AppveyorCompilationMessage -Message "Building Slic3r XS"
|
||||||
|
wget "http://www.siusgs.com/slic3r/buildserver/win/Build.PL" -o "Build.PL"
|
||||||
perl ./Build.pl
|
perl ./Build.pl
|
||||||
|
|
||||||
if ($LastExitCode -ne 0) {
|
if ($LastExitCode -ne 0) {
|
||||||
@ -20,7 +21,6 @@ if ($LastExitCode -ne 0) {
|
|||||||
$host.SetShouldExit($LastExitCode)
|
$host.SetShouldExit($LastExitCode)
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
Add-AppveyorCompilationMessage -Message "Making ZIP package"
|
Add-AppveyorCompilationMessage -Message "Making ZIP package"
|
||||||
cd package/win
|
cd package/win
|
||||||
./compile_wrapper.ps1 524 | Write-Output
|
./compile_wrapper.ps1 524 | Write-Output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user