mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 13:05:00 +00:00
Lower number of Appveyor jobs
This commit is contained in:
parent
c37391e938
commit
3656975564
1 changed files with 8 additions and 7 deletions
15
appveyor.yml
15
appveyor.yml
|
@ -5,16 +5,17 @@ branches:
|
||||||
- develop
|
- develop
|
||||||
- master
|
- master
|
||||||
|
|
||||||
image:
|
|
||||||
- Visual Studio 2013
|
|
||||||
- Visual Studio 2015
|
|
||||||
- Visual Studio 2017
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- SCRIPT: ci_boost_status
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||||
|
SCRIPT: ci_boost_test_library
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
|
SCRIPT: ci_boost_test_library
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
SCRIPT: ci_boost_test_library
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
SCRIPT: ci_boost_status
|
||||||
TARGET: quick
|
TARGET: quick
|
||||||
- SCRIPT: ci_boost_test_library
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%/..
|
- cd %APPVEYOR_BUILD_FOLDER%/..
|
||||||
|
|
Loading…
Add table
Reference in a new issue