Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to duplicate functions.
[simgrid.git] / .appveyor.yml
index 07a609f..71a1fe1 100644 (file)
@@ -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\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