From: Martin Quinson Date: Mon, 14 Mar 2016 15:50:06 +0000 (+0100) Subject: appveyor: flavor mingw over perl in the PATH X-Git-Tag: v3_13~433^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/524ded6c67b48a6fc669b85025307e2a9e6bd34c appveyor: flavor mingw over perl in the PATH --- diff --git a/appveyor.yml b/appveyor.yml index 56507c3e3d..9483b3c48d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,9 +32,10 @@ install: - cpanm --notest --quiet IPC::Run # Lua #- choco install lua53 -# Basic dependencies: gcc and Cmake +# Basic dependencies: gcc and Cmake (must be placed before Perl in the path) - choco install mingw cmake - rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe" +- SET PATH=C:\tools\mingw64\bin;%PATH% build_script: - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .