We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ab90e commit 6978612Copy full SHA for 6978612
1 file changed
.github/workflows/style-check.yml
@@ -38,12 +38,13 @@ jobs:
38
- uses: actions/checkout@v6
39
- run: sudo apt install clang-tidy
40
- name: Configure
41
- run: cmake -B _build \
42
- -DCMAKE_CXX_COMPILER=clang++ \
43
- -DBUILD_TESTS=ON \
44
- -DCMAKE_BUILD_TYPE=Debug \
45
- -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
46
- -DCMAKE_CXX_FLAGS='-march=tigerlake' \
+ run: cmake -B _build
+ -DCMAKE_CXX_COMPILER=clang++
+ -DBUILD_TESTS=ON
+ -DDOWNLOAD_DOCTEST=ON
+ -DCMAKE_BUILD_TYPE=Debug
+ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
47
+ -DCMAKE_CXX_FLAGS='-march=tigerlake'
48
.
49
- name: Check
50
run: run-clang-tidy -p _build
0 commit comments