Skip to content
Snippets Groups Projects
Commit 39107365 authored by Marko Petric's avatar Marko Petric
Browse files

add coverity scan script

parent 986b1f8d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh
cd /Package
mkdir build
cd build
cmake -DDD4HEP_USE_GEANT4=ON -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=ON -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-fdiagnostics-color=always" -DCMAKE_CXX_STANDARD=17 ..
export PATH=/cov-analysis-linux64/bin:$PATH
cov-build --dir cov-int make -j4
tar czvf myproject.tgz cov-int
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