X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/55f9b2e8251131e057eda9265a93d44cb22cabd7..81e2987ceb9329c50f0ac8109504aa5c784071e2:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index de0639ae65..bc07e4c893 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,8 @@ environment: #- if [%COMPILER%]==[MSYS2] set PATH=C:\msys64\bin,%PATH% install: - 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] rename "C:\Program Files (x86)\Git\bin\sh.exe" "sh2.exe" # MinGW cannot stand having a sh.exe in the path +- if [%COMPILER%]==[MinGW-w64] rename "C:\Program Files\Git\usr\bin\sh.exe" "sh3.exe" - if [%COMPILER%]==[MinGW-w64] appveyor DownloadFile "https://raw.githubusercontent.com/symengine/dependencies/5cff7d1736877336cf9fb58267111beea4fa152f/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z" -FileName mw64.7z || appveyor DownloadFile "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