X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8894a44dd046dc57cc4db2ccbdcaeb8ee8eab326..db9189cb9364684f3fdf40e12949f39ceae4ea85:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 644921a180..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 16 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\" . +- 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