Skip to content

Commit a8cb234

Browse files
committed
chore: Add CMAKE_ARGS to enable compile commands in CI workflow
1 parent 2d469eb commit a8cb234

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
uses: actions/checkout@v4
2626
- name: Source tests
2727
uses: "ros-industrial/industrial_ci@master"
28+
env:
29+
CMAKE_ARGS: "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"

0 commit comments

Comments
 (0)