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

Adds an include what u use job.

parent 2c82e499
No related branches found
No related tags found
No related merge requests found
......@@ -61,4 +61,26 @@ benchmark_ClangBuildAnalyzer:
- ClangBuildAnalyzer --start .
- make
- ClangBuildAnalyzer --stop . CBA
- ClangBuildAnalyzer --analyze CBA
\ No newline at end of file
- ClangBuildAnalyzer --analyze CBA
benchmark_Include_what_you_use:
stage: deploy
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- $CXX --version
- cd /tmp
- git clone https://github.com/include-what-you-use/include-what-you-use.git
- cd include-what-you-use
- git checkout clang_10
- cmake . -DCMAKE_PREFIX_PATH=/usr/lib/llvm-10
- make
- export PATH+=:$(pwd)/bin
script:
- cd $CI_PROJECT_DIR/build
- rm -r ./*
- cmake .. -DBUILD_VF_CPU=ON -DUSE_OPENMP=OFF -DBUILD_VF_INCLUDE_WHAT_YOU_USE=ON
- make
\ No newline at end of file
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