Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to use cpan on appveyor
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Mar 2016 08:56:37 +0000 (09:56 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Mar 2016 08:56:37 +0000 (09:56 +0100)
appveyor.yml

index 2268364..e72cf7d 100644 (file)
@@ -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 .