X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/77f80810f9d10d10663a146ef14b3b0f9bf3895a..142e11254b9e6bec2565871535b7b593798a9b5b:/appveyor.yml?ds=sidebyside diff --git a/appveyor.yml b/appveyor.yml index 68e80eed64..88a8ae3f6c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,8 +21,8 @@ environment: 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: