Skip to content
Snippets Groups Projects
Commit e5f98e7f authored by Sören Peters's avatar Sören Peters
Browse files

Use double accuracy in clang-tidy job.

parent 6069b1fc
No related branches found
No related tags found
No related merge requests found
...@@ -471,6 +471,7 @@ clang-tidy: ...@@ -471,6 +471,7 @@ clang-tidy:
- cd $CI_PROJECT_DIR/build - cd $CI_PROJECT_DIR/build
- cmake .. - cmake ..
-DBUILD_VF_CPU=ON -DBUILD_VF_CPU=ON
-DBUILD_VF_DOUBLE_ACCURACY=ON
-DBUILD_VF_GPU=OFF -DBUILD_VF_GPU=OFF
- python3 ../utilities/filterCompileCommands.py compile_commands.json - python3 ../utilities/filterCompileCommands.py compile_commands.json
- run-clang-tidy -quiet > clangtidy.txt - 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