Skip to content
Snippets Groups Projects
Commit bc83d056 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

added metis, parmetis and openmesh to clang-tidy build configuration

parent ce5ff469
Branches
Tags
No related merge requests found
...@@ -1149,7 +1149,7 @@ clang-tidy: ...@@ -1149,7 +1149,7 @@ clang-tidy:
- cmake --version - cmake --version
- mkdir $CI_PROJECT_DIR/build - mkdir $CI_PROJECT_DIR/build
- cd $CI_PROJECT_DIR/build - cd $CI_PROJECT_DIR/build
- cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWALBERLA_BUFFER_DEBUG=ON -DWALBERLA_BUILD_TESTS=ON -DWALBERLA_BUILD_BENCHMARKS=ON -DWALBERLA_BUILD_TUTORIALS=ON -DWALBERLA_BUILD_TOOLS=ON -DWALBERLA_BUILD_WITH_MPI=ON -DWALBERLA_BUILD_WITH_OPENMP=ON -DCMAKE_BUILD_TYPE=Debug -DWALBERLA_DOUBLE_ACCURACY=ON - cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWALBERLA_BUFFER_DEBUG=ON -DWALBERLA_BUILD_TESTS=ON -DWALBERLA_BUILD_BENCHMARKS=ON -DWALBERLA_BUILD_TUTORIALS=ON -DWALBERLA_BUILD_TOOLS=ON -DWALBERLA_BUILD_WITH_MPI=ON -DWALBERLA_BUILD_WITH_OPENMP=ON -DCMAKE_BUILD_TYPE=Debug -DWALBERLA_BUILD_WITH_METIS=ON -DWALBERLA_BUILD_WITH_PARMETIS=ON -DWALBERLA_BUILD_WITH_OPENMESH=ON -DWALBERLA_DOUBLE_ACCURACY=ON
- cmake . -LAH - cmake . -LAH
- utilities/filterCompileCommands.py compile_commands.json - utilities/filterCompileCommands.py compile_commands.json
- run-clang-tidy.py -quiet | tee clang-tidy-output.txt - run-clang-tidy.py -quiet | tee clang-tidy-output.txt
...@@ -1606,4 +1606,4 @@ benchmark_gcc7: ...@@ -1606,4 +1606,4 @@ benchmark_gcc7:
benchmark_clang6: benchmark_clang6:
<<: *benchmark_definition <<: *benchmark_definition
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment