Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] try to use boost 1.59 as the older ones don't recognize MSVC 2015
[simgrid.git] / appveyor.yml
index 68e80ee..48ce894 100644 (file)
@@ -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: