Skip to content

Commit 670124f

Browse files
committed
export compile_commands.json
1 parent aaebd30 commit 670124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Build the project
9494
run: |
95-
cmake -B build -DINTEGRATE_VCPKG=ON -DVCPKG_TARGET_TRIPLET=x64-linux-release -DBUILD_TESTS=ON
95+
cmake -B build -DINTEGRATE_VCPKG=ON -DVCPKG_TARGET_TRIPLET=x64-linux-release -DBUILD_TESTS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
9696
cmake --build build -j8
9797
9898
- name: Tidy check

0 commit comments

Comments
 (0)