Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] give a spin to MinGW, just to see
[simgrid.git] / appveyor.yml
index c395e70c0adbbc36aa775654403230fb7e4241be..824188ed35405c7f6f8e22c4e71ebd897ae0675e 100644 (file)
@@ -22,7 +22,7 @@ environment:
   matrix:
     - COMPILER: MSVC15
       PLATFORM: Win32
-    - COMPILER: MinGW-w64
+    - COMPILER: MinGW
 
 #    - COMPILER: MSVC15
 #      PLATFORM: x64
@@ -30,9 +30,9 @@ environment:
 install:
 - if [%COMPILER%]==[MinGW]     set PATH=C:\MinGW\bin;%PATH%
 - if [%COMPILER%]==[MinGW]     mingw-get update
+- if [%COMPILER%]==[MinGW]     rename "C:\Program Files (x86)\Git\bin\sh.exe" "sh2.exe"
 - if [%COMPILER%]==[MinGW-w64] set PATH=C:\mingw64\bin;%PATH%
 - if [%COMPILER%]==[MinGW-w64] rename "C:\Program Files (x86)\Git\bin\sh.exe" "sh2.exe"
-- if [%COMPILER%]==[MinGW-w64] mingw-get update
 - if [%COMPILER%]==[MSYS2]     set PATH=C:\msys64\bin,%PATH%
 
 build_script: