Skip to content

Commit 22beb69

Browse files
committed
Add isystem option for googletest
1 parent 038df07 commit 22beb69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/setup_environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ jobs:
209209
database: 'build'
210210
verbosity: 'info'
211211
files-changed-only: true
212-
ignore-tidy: '^(buildScripts|thirdparty|installer)$'
212+
ignore-tidy: 'thirdparty|buildScripts|installer'
213+
ignore: '!qrtest/thirdparty/googletest/googletest'
214+
extra-args: '-isystem${{ github.workspace }}/qrtest/thirdparty/googletest/googletest/googlemock/include/ -isystem${{ github.workspace }}/qrtest/thirdparty/googletest/googletest/googletest/include/'
213215

214216
- name: Clang-tidy exit
215217
if: ${{ inputs.lint_clazy && steps.linter.outputs.checks-failed > 0 }}

0 commit comments

Comments
 (0)