X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b2f752feb35d35e191205da26b5522038c04c2b6..49e96bb30a8f6ecb7cee8ac99d05d6e04631107b:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index 68e80eed64..48ce8941ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,12 +17,14 @@ platform: # - x64 # This is Windows 64bits environment: - BOOST_ROOT: c:\Libraries\boost - BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib + BOOST_ROOT: c:\Libraries\boost_1_59_0 + BOOST_LIBRARYDIR: c:\Libraries\boost_1_59_0\stage\lib +# BOOST_ROOT: c:\Libraries\boost +# BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib build_script: -- if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015" -Denable_smpi=OFF . -- if [%PLATFORM%]==[x64] cmake -G "Visual Studio 14 2015 Win64" -Denable_smpi=OFF . +- if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015" -Denable_smpi=OFF -Denable_mallocators=OFF . +- if [%PLATFORM%]==[x64] cmake -G "Visual Studio 14 2015 Win64" -Denable_smpi=OFF -Denable_mallocators=OFF . - msbuild ALL_BUILD.vcxproj /verbosity:normal test_script: