X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe6761ac9ab90bb3ad02ec1c4c06f9192ed59363..33a2dd5a405effecfbc7a26d7a84664902a2432a:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 59d6f2f9f0..71a1fe1e7c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,13 +51,13 @@ before_build: cd eigen-3.4.0 && mkdir build && cd build && - cmake -G "Visual Studio 2019" .. && + cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=C:\projects .. && cmake --build . --target install && cd ..\.. ) else (echo Using cached Eigen3) build_script: -- cmake -G "MinGW Makefiles" -Denable_documentation=OFF -Denable_java=ON -Denable_msg=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF -DEIGEN3_INCLUDE_DIR="C:\Program Files\Eigen\include\eigen3" . +- cmake -G "MinGW Makefiles" -Denable_documentation=OFF -Denable_java=ON -Denable_msg=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - mingw32-make.exe VERBOSE=1 java-all python-bindings # Only the Java and Python parts - ctest --output-on-failure -R java - ctest --output-on-failure -R python