Commit 61db8974 by Jesse Beder Committed by Jesse Beder

Exclude ubuntu/C++ 11/googletest system from the test matrix since it doesn't compile.

parent 7def2046
...@@ -20,6 +20,9 @@ jobs: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment