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
766b299e
Commit
766b299e
authored
Dec 20, 2020
by
Pierre Aubert
Browse files
The libQt5Core.so.5 does exist in the docker image at the right place
parent
f00c488d
Pipeline
#96644
failed with stages
in 2 minutes and 49 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 @
766b299e
...
...
@@ -17,7 +17,7 @@ dailyBuildMasterAll:
stage
:
BuildTestinstall
script
:
-
export LD_LIBRARY_PATH=/usr/lib
-
export LD_LIBRARY_PATH=/usr/lib
:/usr/lib/x86_64-linux-gnu/
-
env
-
mkdir -p build
-
cd build
...
...
@@ -39,7 +39,7 @@ dailyBuildMasterAll:
TestCoverage
:
stage
:
DocCoverage
script
:
-
export LD_LIBRARY_PATH=/usr/lib
-
export LD_LIBRARY_PATH=/usr/lib
:/usr/lib/x86_64-linux-gnu/
-
env
-
mkdir -p build coverage
-
cd build
...
...
@@ -67,7 +67,7 @@ TestCoverage:
Doc
:
stage
:
DocCoverage
script
:
-
export LD_LIBRARY_PATH=/usr/lib
-
export LD_LIBRARY_PATH=/usr/lib
:/usr/lib/x86_64-linux-gnu/
-
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