X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/83cc0e2714415e57b06c1ab26d3e4d9f78b628e7..8efd2607b59ef797240440b016bbf67fe94a0821:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 974466ca11..c0bd725fbb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -37,6 +37,7 @@ install: - rename "C:\Python38-x64\python.exe" "python-ignored.exe" - rename "C:\Python39-x64\python.exe" "python-ignored.exe" - rename "C:\Python310-x64\python.exe" "python-ignored.exe" +- rename "C:\Python311-x64\python.exe" "python-ignored.exe" # Use the mingw-w64 provided by Appveyor (must be placed before Perl in the path) - cmd: SET PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\;%PATH% # Work around a bug on appveyor where the default sh is not the one I expect @@ -51,7 +52,7 @@ 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)