1
0
forked from boostorg/mp11

Switch Appveyor to 2015 image

This commit is contained in:
Peter Dimov
2019-04-14 18:26:35 +03:00
parent a03e644dc7
commit fd1b8081b7

View File

@@ -1,4 +1,4 @@
# Copyright 2016, 2017 Peter Dimov # Copyright 2016-2019 Peter Dimov
# Distributed under the Boost Software License, Version 1.0. # Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
@@ -14,15 +14,11 @@ branches:
environment: environment:
matrix: matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
TOOLSET: msvc-12.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
TOOLSET: msvc-14.0 TOOLSET: msvc-12.0,msvc-14.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
TOOLSET: msvc-14.1 TOOLSET: msvc-14.1
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 CXXSTD: 14,17
TOOLSET: msvc-14.1
CXXSTD: 17
install: install:
- set BOOST_BRANCH=develop - set BOOST_BRANCH=develop
@@ -34,7 +30,7 @@ install:
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11\ - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11\
- python tools/boostdep/depinst/depinst.py mp11 - python tools/boostdep/depinst/depinst.py mp11
- cmd /c bootstrap - cmd /c bootstrap
- b2 headers - b2 -d0 headers
build: off build: off