Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
rsm
Commits
ef8f1da0
Commit
ef8f1da0
authored
Jan 28, 2020
by
LEFEBVREJP email
Browse files
Fixing libssh paths in gitlab-ci.
parent
6bcb3d35
Pipeline
#87864
failed with stages
in 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ef8f1da0
...
...
@@ -24,7 +24,7 @@ mac_llvm_testing:
-
export rsm_ENABLE_Fortran=OFF
-
cmake -DBUILDNAME=$(uname -s)-LLVM-Debug-${CI_BUILD_REF_NAME}
-DOPENSSL_ROOT_DIR=/opt/openssl/1.1.1d/
-DLibSSH_DIR=/opt/
vendors/
libssh/0.9.3/lib/cmake/libssh/
-DLibSSH_DIR=/opt/libssh/0.9.3/lib/cmake/libssh/
-DCMAKE_BUILD_TYPE=DEBUG
-Drsm_ENABLE_TESTS=ON
-Drsm_ENABLE_rsmcore=ON
...
...
@@ -96,6 +96,8 @@ windows_msvc_testing:
-
SET rsm_ENABLE_Fortran=OFF
-
cmake -DBUILD_SHARED_LIBS=ON
-DBUILDNAME=Windows-CL-18-Release-%CI_BUILD_REF_NAME%
-DOPENSSL_ROOT_DIR=c:/vendors/cl/openssl/1.1.1d/
-DLibSSH_DIR=c:/vendors/cl/libssh/0.9.3/lib/cmake/libssh/
-DCMAKE_BUILD_TYPE=RELEASE
-Drsm_ENABLE_TESTS=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