Skip to content

Commit

Permalink
Lower number of Appveyor jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 31, 2017
1 parent c37391e commit 3656975
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ branches:
- develop
- master

image:
- Visual Studio 2013
- Visual Studio 2015
- Visual Studio 2017

environment:
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
- SCRIPT: ci_boost_test_library

init:
- cd %APPVEYOR_BUILD_FOLDER%/..
Expand Down

0 comments on commit 3656975

Please sign in to comment.