X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..f1d82814654e3d8602757919ab8070adf627d28b:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index 12620d6444..4e2b504fd4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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