forked from boostorg/preprocessor
More individual appveyor preprocessor limits tests.
This commit is contained in:
38
appveyor.yml
38
appveyor.yml
@ -47,7 +47,43 @@ environment:
|
||||
ADDRMD: 64
|
||||
CXXSTD: 14,17,latest
|
||||
PREPROCESSOR: /Zc:preprocessor
|
||||
PPLIMITS: preprocessor_limits
|
||||
PPLIMITS: preprocessor_tup
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
ADDRMD: 64
|
||||
CXXSTD: 14
|
||||
PREPROCESSOR: /Zc:preprocessor
|
||||
PPLIMITS: preprocessor_512
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
ADDRMD: 64
|
||||
CXXSTD: 17
|
||||
PREPROCESSOR: /Zc:preprocessor
|
||||
PPLIMITS: preprocessor_512
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
ADDRMD: 64
|
||||
CXXSTD: latest
|
||||
PREPROCESSOR: /Zc:preprocessor
|
||||
PPLIMITS: preprocessor_512
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
ADDRMD: 64
|
||||
CXXSTD: 14
|
||||
PREPROCESSOR: /Zc:preprocessor
|
||||
PPLIMITS: preprocessor_1024
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
ADDRMD: 64
|
||||
CXXSTD: 17
|
||||
PREPROCESSOR: /Zc:preprocessor
|
||||
PPLIMITS: preprocessor_1024
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
ADDRMD: 64
|
||||
CXXSTD: latest
|
||||
PREPROCESSOR: /Zc:preprocessor
|
||||
PPLIMITS: preprocessor_1024
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
Reference in New Issue
Block a user