Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] disable mallocators on windows: they need __sync_lock_test_and_set
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Sep 2015 08:07:57 +0000 (10:07 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Sep 2015 08:07:57 +0000 (10:07 +0200)
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: