Skip to content
Snippets Groups Projects
Commit 9ba608b8 authored by Soeren Peters's avatar Soeren Peters
Browse files

disable gpu from clang-tidy as long the analysis failed.

parent 6cdecce6
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ clang-tidy:
- cmake ..
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
-DBUILD_VF_CPU=ON
-DBUILD_VF_GPU=ON
-DBUILD_VF_GPU=OFF
- python3 ../utilities/filterCompileCommands.py compile_commands.json
- run-clang-tidy -quiet > clangtidy.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment