Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
appveyor: flavor mingw over perl in the PATH
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Mar 2016 15:50:06 +0000 (16:50 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Mar 2016 21:09:25 +0000 (22:09 +0100)
appveyor.yml

index 56507c3..9483b3c 100644 (file)
@@ -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 .