From: Martin Quinson Date: Mon, 14 Mar 2016 08:56:37 +0000 (+0100) Subject: try to use cpan on appveyor X-Git-Tag: v3_13~449^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d088fdd47ccc4093f14178706cd69b3a6c34131f try to use cpan on appveyor --- 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 .