mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-30 20:27:13 +02:00
More individual appveyor preprocessor limits tests.
This commit is contained in:
38
appveyor.yml
38
appveyor.yml
@ -47,7 +47,43 @@ environment:
|
|||||||
ADDRMD: 64
|
ADDRMD: 64
|
||||||
CXXSTD: 14,17,latest
|
CXXSTD: 14,17,latest
|
||||||
PREPROCESSOR: /Zc:preprocessor
|
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:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
Reference in New Issue
Block a user