X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/991076e06575186d6b537e80785a35f2ac20ad4f..b59417738c8cf11f1804269c65a4738bbf43c150:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 07883ff764..003c8752c9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,7 +24,7 @@ branches: environment: global: - BOOST_ROOT: C:\Libraries\boost_1_71_0 + BOOST_ROOT: C:\Libraries\boost_1_77_0 install: # Strawberry perl is the one to work with gcc; AppVeyor provides ActiveState perl, which is the one to work with visual. @@ -43,7 +43,7 @@ install: # Work around a bug on appveyor where the default sh is not the one I expect - rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe" # We need pybind11. SimGrid will pick it automatically if the subdir is here -- cmd: git clone --depth=1 https://github.com/pybind/pybind11.git +- cmd: git clone --branch stable --depth=1 https://github.com/pybind/pybind11.git build_script: - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_msg=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .