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 09b49fb..48ce894 100644 (file)
@@ -17,14 +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
   
-#  -DCMAKE_CXX_FLAGS_RELEASE="/MT /W1 /O2 /Ob2 /D NDEBUG" -DCMAKE_CXX_FLAGS_DEBUG="/D_DEBUG /MTd /Zi /Ob0 /Od /RTC1 /W1"
-#  -DCMAKE_CXX_FLAGS_RELEASE="/MT /W1 /O2 /Ob2 /D NDEBUG" -DCMAKE_CXX_FLAGS_DEBUG="/D_DEBUG /MTd /Zi /Ob0 /Od /RTC1 /W1"
 build_script:
-- if [%PLATFORM%]==[Win32] cmake -G "Visual Studio 14 2015"  .
-- if [%PLATFORM%]==[x64] cmake -G "Visual Studio 14 2015 Win64" .
+- 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: