mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 13:19:55 +01:00
cb551b4f6d
When the added Bazel configuration flag is enabled, a default JUnit reporter will be added if the XML envrioment variable is defined. Fix include paths for generated config header. Enable Bazel config by default when building with Bazel. Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com>
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
build:gcc9 --cxxopt=-std=c++2a
|
|
build:clang13 --cxxopt=-std=c++17
|
|
build:vs2019 --cxxopt=/std:c++17
|
|
build:vs2022 --cxxopt=/std:c++17 |