From 260cf13abfb2f7caf6eb8843b9c50157ad4cc5c4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 20 May 2017 02:30:46 +0300 Subject: [PATCH] Add msvc-12.0 to Appveyor --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d4eb4f0..46f27ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,10 @@ branches: - master - develop +env: + - TOOLSET=msvc-12.0 + - TOOLSET=msvc-14.0 + install: - cd .. - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root @@ -27,4 +31,4 @@ install: build: off test_script: - - b2 libs/mp11/test toolset=msvc-14.0 + - b2 libs/mp11/test toolset=$TOOLSET