Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
fe2e8c41
Commit
fe2e8c41
authored
7 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Change coverity build settings from j2->j4
parent
93934997
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.dd4hep-ci.d/coverity_scan.sh
+1
-1
1 addition, 1 deletion
.dd4hep-ci.d/coverity_scan.sh
with
1 addition
and
1 deletion
.dd4hep-ci.d/coverity_scan.sh
+
1
−
1
View file @
fe2e8c41
...
...
@@ -9,5 +9,5 @@ mkdir build
cd
build
cmake
-D
DD4HEP_USE_GEANT4
=
ON
-D
DD4HEP_USE_BOOST
=
ON
-DBoost_NO_BOOST_CMAKE
=
ON
-D
DD4HEP_USE_LCIO
=
ON
-D
BUILD_TESTING
=
ON
-D
Geant4_DIR
=
$G4INSTALL
/lib64/Geant4-10.2.2
-D
DD4HEP_USE_CXX11
=
ON
-DCMAKE_BUILD_TYPE
=
Release
-DROOT_DIR
=
$ROOTSYS
-DCMAKE_CXX_FLAGS
=
"-fdiagnostics-color=always"
..
&&
\
export
PATH
=
/cov-analysis-linux64/bin:
$PATH
&&
\
cov-build
--dir
cov-int make
-j
2
&&
\
cov-build
--dir
cov-int make
-j
4
&&
\
tar
czvf myproject.tgz cov-int
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment