forked from boostorg/mp11
Add msvc-12.0 to Appveyor
This commit is contained in:
@@ -11,6 +11,10 @@ branches:
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
|
env:
|
||||||
|
- TOOLSET=msvc-12.0
|
||||||
|
- TOOLSET=msvc-14.0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
@@ -27,4 +31,4 @@ install:
|
|||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- b2 libs/mp11/test toolset=msvc-14.0
|
- b2 libs/mp11/test toolset=$TOOLSET
|
||||||
|
Reference in New Issue
Block a user