Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill dead code in cmake and appveyor
[simgrid.git] / appveyor.yml
index d01ae94..de0639a 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}"
@@ -7,21 +8,18 @@ clone_depth: 1
 
 # scripts that are called at very beginning, before repo cloning
 init:
-- cmake --version
 - git config --global core.longpaths true
 - git config --global core.autocrlf input
 
 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
+    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
 
-# MSCV15 is too hard for me: I fail to get the lib to link on that platf.
+# MSCV15 is too hard for me: I fail to get the lib to link on that platf (even with c:\Libraries\boost_1_59_0)
 #    - COMPILER: MSVC15
 #      PLATFORM: Win32 # That's actually an appveyor parameter of MSVC15, it's useless with MinGW-w64
 #    - COMPILER: MSVC15