mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-19 04:42:12 +00:00
do not run tests on old MSVC in appveyor
This commit is contained in:
@@ -11,5 +11,6 @@
|
|||||||
"std": [ "c++23" ],
|
"std": [ "c++23" ],
|
||||||
"category": [
|
"category": [
|
||||||
"System", "Correctness"
|
"System", "Correctness"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "11"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,9 +32,6 @@ skip_tags: true
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
|
||||||
TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0
|
|
||||||
ADDRMD: 32
|
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
TOOLSET: msvc-14.1,clang-win
|
TOOLSET: msvc-14.1,clang-win
|
||||||
CXXSTD: 14,17
|
CXXSTD: 14,17
|
||||||
|
|||||||
Reference in New Issue
Block a user