Skip to content

Commit 42b499e

Browse files
committed
Better appveyor file setup.
1 parent 61119a8 commit 42b499e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ branches:
1111
- master
1212
- develop
1313

14+
environment:
15+
matrix:
16+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
17+
TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0,msvc-14.0
18+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
19+
TOOLSET: msvc-14.1
20+
1421
install:
1522
- cd ..
1623
- git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root
@@ -26,4 +33,4 @@ install:
2633
build: off
2734

2835
test_script:
29-
- b2 libs/lambda/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0,msvc-14.0,msvc-14.1
36+
- b2 libs/lambda/test toolset=%TOOLSET%

0 commit comments

Comments
 (0)