Add tests for CMake configure toggles passing to Catch2 build

This commit is contained in:
Martin Hořeňovský
2022-02-19 21:27:53 +01:00
parent 4396a9119f
commit 72f0372664
13 changed files with 308 additions and 15 deletions

View File

@@ -51,6 +51,14 @@ jobs:
other_pkgs: clang-10
cmake_configurations: -DCATCH_BUILD_EXTRA_TESTS=ON -DCATCH_BUILD_EXAMPLES=ON
# Configure tests with Clang-10
- cxx: clang++-10
build_description: CMake configuration tests
build_type: Debug
std: 14
other_pks: clang-10
cmake_configurations: -DCATCH_ENABLE_CONFIGURE_TESTS=ON
steps:
- uses: actions/checkout@v2