From d088fdd47ccc4093f14178706cd69b3a6c34131f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 14 Mar 2016 09:56:37 +0100 Subject: [PATCH] try to use cpan on appveyor --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2268364031..e72cf7d8da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,6 +40,8 @@ install: # Take the newly installed stuff in the path - set PATH=C:\mingw64\bin;%PATH% - if [%COMPILER%]==[MinGW-w64] rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe" +# Install the perl dependencies from CPAN +- cpan -i Win32API::File build_script: - if [%COMPILER%]==[MSVC15] if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015" -Denable_lua=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF . -- 2.20.1