mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 04:11:17 +00:00
Exclude ubuntu/C++ 11/googletest system from the test matrix since it doesn't compile.
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
|||||||
googletest: [build, system]
|
googletest: [build, system]
|
||||||
generator: ["Default Generator", "MinGW Makefiles"]
|
generator: ["Default Generator", "MinGW Makefiles"]
|
||||||
exclude:
|
exclude:
|
||||||
|
- os: ubuntu-latest
|
||||||
|
cxx_standard: 11
|
||||||
|
googletest: system
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
build: shared
|
build: shared
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
|
Reference in New Issue
Block a user