X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/649d01d5c160b8d4f7ed6a2cb7b1670931d19938..86f9e787726e953ba6908ccba35af1235ef2abc2:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index 08666a982b..c4dbb6d47d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,12 +28,13 @@ environment: PLATFORM: Win32 - COMPILER: MSVC15 PLATFORM: x64 - - COMPILER: MSYS2 + - COMPILER: MinGW-w64 install: - if [%COMPILER%]==[MinGW] set PATH=C:\MinGW\bin;%PATH% - if [%COMPILER%]==[MinGW-w64] set PATH=C:\mingw64\bin;%PATH% - if [%COMPILER%]==[MSYS2] set PATH=C:\msys64\bin,%PATH% +- if [%COMPILER%]==[MinGW-w64] rename "C:\Program Files (x86)\Git\bin\sh.exe" "sh2.exe" build_script: - if [%COMPILER%]==[MSVC15] if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015" -Denable_smpi=OFF -Denable_mallocators=OFF .