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

Remove and between coverity commands

parent e79a6c2e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ source /Package/.dd4hep-ci.d/init_x86_64.sh ...@@ -7,7 +7,7 @@ source /Package/.dd4hep-ci.d/init_x86_64.sh
cd /Package cd /Package
mkdir build mkdir build
cd 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 .. && \ 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 && \ export PATH=/cov-analysis-linux64/bin:$PATH
cov-build --dir cov-int make -j4 && \ cov-build --dir cov-int make -j4
tar czvf myproject.tgz cov-int 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