Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixMath
Commits
501ff7fb
Commit
501ff7fb
authored
Dec 20, 2020
by
Pierre Aubert
Browse files
Try to change again LD_LIBRARY_PATH
parent
d6341ea5
Pipeline
#96647
failed with stages
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
501ff7fb
...
...
@@ -17,7 +17,7 @@ dailyBuildMasterAll:
stage
:
BuildTestinstall
script
:
-
export LD_LIBRARY_PATH=/
usr/lib:/usr/
lib/x86_64-linux-gnu
/
-
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
:/usr/lib
-
env
-
mkdir -p build
-
cd build
...
...
@@ -39,7 +39,7 @@ dailyBuildMasterAll:
TestCoverage
:
stage
:
DocCoverage
script
:
-
export LD_LIBRARY_PATH=/
usr/lib:/usr/
lib/x86_64-linux-gnu
/
-
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
:/usr/lib
-
env
-
mkdir -p build coverage
-
cd build
...
...
@@ -66,7 +66,7 @@ TestCoverage:
Doc
:
stage
:
DocCoverage
script
:
-
export LD_LIBRARY_PATH=/
usr/lib:/usr/
lib/x86_64-linux-gnu
/
-
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
:/usr/lib
-
env
-
rm -fr build public
-
mkdir -p build
...
...
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