Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
rsm
Commits
c8e1df9e
Commit
c8e1df9e
authored
May 11, 2020
by
Norby, Tom
Browse files
Explicitly turn off googletest during fortify cmake configure.
parent
ec6db5a2
Pipeline
#101201
passed with stages
in 6 minutes and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8e1df9e
...
@@ -96,7 +96,7 @@ linux_analysis:
...
@@ -96,7 +96,7 @@ linux_analysis:
-D ExperimentalCoverage
-D ExperimentalCoverage
allow_failure
:
true
allow_failure
:
true
L
inux
-
fortify
:
l
inux
_
fortify
:
stage
:
analysis
stage
:
analysis
tags
:
tags
:
-
linux
-
linux
...
@@ -111,6 +111,7 @@ Linux-fortify:
...
@@ -111,6 +111,7 @@ Linux-fortify:
-
export CC="sourceanalyzer -b rsm gcc"
-
export CC="sourceanalyzer -b rsm gcc"
-
export CXX="sourceanalyzer -b rsm g++"
-
export CXX="sourceanalyzer -b rsm g++"
-
cmake -Drsm_ENABLE_TESTS=OFF
-
cmake -Drsm_ENABLE_TESTS=OFF
-Drsm_ENABLE_googletest=OFF
-DOPENSSL_ROOT_DIR=/opt/vendors/openssl/1.1.1d/
-DOPENSSL_ROOT_DIR=/opt/vendors/openssl/1.1.1d/
-DLibSSH_DIR=/opt/vendors/libssh/0.9.3/lib64/cmake/libssh/
-DLibSSH_DIR=/opt/vendors/libssh/0.9.3/lib64/cmake/libssh/
-Drsm_ENABLE_rsmcore=ON
-Drsm_ENABLE_rsmcore=ON
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment