Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] disable mallocators on windows: they need __sync_lock_test_and_set
[simgrid.git] / appveyor.yml
index 68e80ee..88a8ae3 100644 (file)
@@ -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: