Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
hpp-doc
Commits
ee76d546
Commit
ee76d546
authored
Feb 06, 2019
by
Pierre Fernbach
Browse files
add /usr/lib/x86_64-linux-gnu/ to LD_LIBRARY_PATH before running tests
parent
cf3e7718
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ee76d546
...
...
@@ -22,7 +22,7 @@ variables:
-
rm -rf /workspace
-
mv workspace /
-
status=0
-
echo -e "#!/bin/bash\nsource $DEVEL_HPP_DIR/config.sh\ncd $DEVEL_HPP_DIR/src/\$1/build-rel && make CTEST_OUTPUT_ON_FAILURE=1 test" > $DEVEL_HPP_DIR/test.sh || status=1
-
echo -e "#!/bin/bash\nsource $DEVEL_HPP_DIR/config.sh\
nexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu\
ncd $DEVEL_HPP_DIR/src/\$1/build-rel && make CTEST_OUTPUT_ON_FAILURE=1 test" > $DEVEL_HPP_DIR/test.sh || status=1
-
cat $DEVEL_HPP_DIR/test.sh
-
set +e
-
chmod u+x $DEVEL_HPP_DIR/test.sh
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment