mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Prune down build matrix in appveyor for testing
This commit is contained in:
parent
1b6295ebe1
commit
06675302a0
18
appveyor.yml
18
appveyor.yml
@ -6,15 +6,15 @@ skip_branch_with_pr: true
|
||||
|
||||
|
||||
platform:
|
||||
- x86
|
||||
# - x86
|
||||
- x64
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
# - Debug
|
||||
- Release
|
||||
|
||||
image:
|
||||
- Visual Studio 2015
|
||||
# - Visual Studio 2015
|
||||
- Visual Studio 2017
|
||||
|
||||
environment:
|
||||
@ -31,18 +31,18 @@ environment:
|
||||
VCVAR2015: 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat'
|
||||
VCVAR2017: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat'
|
||||
matrix:
|
||||
- GSL_CXX_STANDARD: 14
|
||||
USE_TOOLSET: MSVC
|
||||
USE_GENERATOR: MSBuild
|
||||
# - GSL_CXX_STANDARD: 14
|
||||
# USE_TOOLSET: MSVC
|
||||
# USE_GENERATOR: MSBuild
|
||||
- GSL_CXX_STANDARD: 17
|
||||
USE_TOOLSET: MSVC
|
||||
USE_GENERATOR: MSBuild
|
||||
- GSL_CXX_STANDARD: 14
|
||||
USE_TOOLSET: LLVM
|
||||
USE_GENERATOR: Ninja
|
||||
- GSL_CXX_STANDARD: 17
|
||||
USE_TOOLSET: LLVM
|
||||
USE_GENERATOR: Ninja
|
||||
# - GSL_CXX_STANDARD: 17
|
||||
# USE_TOOLSET: LLVM
|
||||
# USE_GENERATOR: Ninja
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user