Skip to content

Commit

Permalink
Use right check for download and remove explicit install of app::cpan…
Browse files Browse the repository at this point in the history
…minus
  • Loading branch information
lordofhyphens committed May 16, 2017
1 parent 44a0764 commit 68711c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package/win/appveyor_preinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(Test-Path -Path 'C:\Strawberry' ) {
copy C:\Strawberry\c\bin\gcc.exe C:\Strawberry\c\bin\cc.exe
cmd /c mklink /D C:\Perl C:\Strawberry\perl
mkdir C:\dev
if (!(Test-Path "C:\users\appveyor\boost.1.63.0.7z") -Or $env:FORCE_BOOST_REINSTALL -eq 1) {
if (!(Test-Path "C:\users\appveyor\boost.1.63.0.$env:ARCH.7z") -Or $env:FORCE_BOOST_REINSTALL -eq 1) {
if ($env:ARCH -eq "64bit") {
wget "http://www.siusgs.com/slic3r/buildserver/win/boost_1_63_0-x64-gcc-6.3.0-seh.7z" -O "C:\users\appveyor\boost.1.63.0.$env:ARCH.7z" | Write-Output
} else {
Expand Down Expand Up @@ -77,6 +77,3 @@ if (!(Test-Path "C:\Users\appveyor\wxwidgets-$env:ARCH.7z")) {
Add-AppveyorCompilationMessage -Message "Extracting prebuilt wxWidgets."
7z x "C:\Users\appveyor\wxwidgets-$env:ARCH.7z" -oC:\dev
}

cpan App::cpanminus
cpan PAR::Packer

0 comments on commit 68711c7

Please sign in to comment.