X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15ddc3b98cae23a7daa860978c86d231f0b819d0..524ded6c67b48a6fc669b85025307e2a9e6bd34c:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index bcd819e023..9483b3c48d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,13 +32,14 @@ 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 . -- 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: