Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] switch back to regular boost libs (1_59 was mandatory for MSVC15)
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Oct 2015 22:03:30 +0000 (00:03 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Oct 2015 22:03:30 +0000 (00:03 +0200)
appveyor.yml

index d01ae94..69fc6c4 100644 (file)
@@ -1,5 +1,6 @@
-# This file is intended to automatize the testing of SimGrid on
-# Windows using the appveyor.com continuous integration service
+# This file automatize the testing of SimGrid on Windows using the appveyor.com continuous integration service
+#
+# Build logs: https://ci.appveyor.com/project/mquinson/simgrid
 
 os: Visual Studio 2015
 version: "{build}"
@@ -13,10 +14,10 @@ init:
 
 environment:
   global:
-    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
+    #  BOOST_ROOT: c:\Libraries\boost_1_59_0 # Mandatory for MSVC15 right now, but not good on the long term
+    #  BOOST_LIBRARYDIR: c:\Libraries\boost_1_59_0\stage\lib
+    BOOST_ROOT: c:\Libraries\boost
+    BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib
     TESH_ARGS: C:/projects/simgrid/bin/tesh --setenv srcdir=C:/projects/simgrid/examples/java --setenv classpath=C:/projects/simgrid/examples/java;C:/projects/simgrid/teshsuite/java;C:/projects/simgrid/simgrid.jar --cd C:/projects/simgrid/examples/java
   matrix:
     - COMPILER: MinGW-w64