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 88a8ae3..48ce894 100644 (file)
@@ -17,8 +17,10 @@ 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 -Denable_mallocators=OFF .