From: Martin Quinson Date: Tue, 15 Sep 2015 08:21:03 +0000 (+0200) Subject: [appveyor] try MinGW-w64 instead of MSys2 X-Git-Tag: v3_12~187^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86f9e787726e953ba6908ccba35af1235ef2abc2 [appveyor] try MinGW-w64 instead of MSys2 --- 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 .