Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] Perl 5.20 fails also. Try v5.18
[simgrid.git] / appveyor.yml
index 12620d6..4e2b504 100644 (file)
@@ -34,9 +34,14 @@ environment:
 #- if [%COMPILER%]==[MinGW-w64] 7z x -tzip lua.zip > NULL
 
 install:
+# Perl: The installed version breaks with Perl::IPC 0.94. Get an older one.
+- call .appveyor-download.cmd "http://strawberryperl.com/download/5.18.4.1/strawberry-perl-5.18.4.1-64bit.msi" -FileName strawberry-perl.msi
+- msiexec /i "strawberry-perl.msi" /qn INSTALLDIR="C:\projects\perl"
+# Sane migwin, as installed by symengine
 - if [%COMPILER%]==[MinGW-w64] call .appveyor-download.cmd "https://raw.githubusercontent.com/symengine/dependencies/5cff7d1736877336cf9fb58267111beea4fa152f/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z" -FileName mw64.7z
 - if [%COMPILER%]==[MinGW-w64] 7z x -oC:\ mw64.7z > NUL
-- if [%COMPILER%]==[MinGW-w64] set PATH=C:\mingw64\bin;%PATH%-
+# Take the newly installed stuff in the path
+- set PATH=C:\mingw64\bin;C:\projects\perl\perl\bin;C:\projects\perl\perl\site\bin;C:\projects\perl\c\bin;%PATH%
 - if [%COMPILER%]==[MinGW-w64] rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
 
 build_script:
@@ -47,7 +52,6 @@ build_script:
 - if not [%COMPILER%]==[MSVC15] mingw32-make VERBOSE=1
 - cd C:/projects/simgrid/examples/java && java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml || true
 
-
 # I cant use the cmake test because of the following error:
 #   Test project C:/projects/simgrid
 #        Start   1: mc-replay-random-bug