Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
appveyor: full path to mingw32-make
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Mar 2016 13:07:37 +0000 (14:07 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Mar 2016 21:09:25 +0000 (22:09 +0100)
appveyor.yml

index bcd819e..56507c3 100644 (file)
@@ -38,7 +38,7 @@ install:
 
 build_script:
 - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .
 
 build_script:
 - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .
-- mingw32-make VERBOSE=1
+- C:\tools\mingw64\bin\mingw32-make.exe VERBOSE=1
 - cd C:/projects/simgrid/examples/java && java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml || true
 
 # I cant use the cmake test because of the following error:
 - cd C:/projects/simgrid/examples/java && java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml || true
 
 # I cant use the cmake test because of the following error: