Skip to content

Commit

Permalink
Test a CMake config with tests turned off on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Jan 14, 2022
1 parent 937c896 commit 05bdf2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Tests.yaml
Expand Up @@ -193,6 +193,9 @@ jobs:
git fetch upstream develop
- name: Configure with cmake
working-directory: /work
# Notes on the build configuration:
# - Set `BUILD_TESTING=OFF` to test a CMake configuration with tests
# turned off.
run: >
mkdir build && cd build
Expand All @@ -206,6 +209,7 @@ jobs:
-D USE_CCACHE=OFF
-D DEBUG_SYMBOLS=OFF
-D BUILD_PYTHON_BINDINGS=ON
-D BUILD_TESTING=OFF
$GITHUB_WORKSPACE
- name: Check clang-tidy
working-directory: /work/build
Expand Down

0 comments on commit 05bdf2d

Please sign in to comment.