From 0f86c9b95e6458fd51c985daa2874a2a96b7e764 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 21 May 2017 22:57:26 -0500 Subject: [PATCH] Add latest toolsets for CI testing. --- .travis.yml | 6 ++++-- appveyor.yml | 13 +++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7de567f..ad23a7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,11 +61,13 @@ matrix: - env: TOOLSET=clang-3.7 - env: TOOLSET=clang-3.8 - env: TOOLSET=clang-3.9 + - env: TOOLSET=clang-4.0 - env: TOOLSET=gcc-4.7 - env: TOOLSET=gcc-4.8 - env: TOOLSET=gcc-4.9 - env: TOOLSET=gcc-5 - env: TOOLSET=gcc-6 + - env: TOOLSET=gcc-7 - env: TOOLSET=xcode-6.1 os: osx - env: TOOLSET=xcode-6.4 @@ -74,9 +76,9 @@ matrix: - env: TOOLSET=xcode-7.3 os: osx osx_image: xcode7.3 - - env: TOOLSET=xcode-8.0 + - env: TOOLSET=xcode-8.3 os: osx - osx_image: xcode8 + osx_image: xcode8.3 # These are the standard steps to bootstrap the Boost CI scripts # and to forward the actions to the scripts. diff --git a/appveyor.yml b/appveyor.yml index 058b74c..7c76129 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,18 +27,31 @@ environment: matrix: - TOOLSET: vs-2008 platform: 32 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: vs-2010 platform: 32 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: vs-2012 platform: 32 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: vs-2013 platform: 32 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: vs-2013 platform: 64 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: vs-2015 platform: 32 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: vs-2015 platform: 64 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + - TOOLSET: vs-2017 + platform: 32 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + - TOOLSET: vs-2017 + platform: 64 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 # We can also set up configurations for testing which map to # the b2 build variants.