Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
f0668acb
Commit
f0668acb
authored
Nov 09, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DEbug output for tests
parent
6cc448c2
Pipeline
#15676
canceled with stages
in 49 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
CI/ci-linux-test.sh
CI/ci-linux-test.sh
+14
-5
No files found.
CI/ci-linux-test.sh
View file @
f0668acb
...
...
@@ -19,10 +19,6 @@ echo "Current Directory structure:"
echo
"====================================="
echo
"====================================="
ls
ls
*
/
# copy artifact files to toplevel and remove subdirectory
#mv artifacts-$BUILDPATH artifacts
#rsync -a $MY_DIR/.. $MY_DIR/../..
...
...
@@ -40,8 +36,18 @@ git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@www.graphics.rwth-aachen.de:90
#########################################
# Run Release Unittests
#########################################
# Make release build folder
if
[
!
-d
$BUILDPATH
]
;
then
echo
"ERROR!!! Build Path not found !!!!"
exit
10
else
echo
"Changing to build path
$BUILDPATH
"
cd
$BUILDPATH
fi
ls
cd
$BUILDPATH
# copy the used shared libraries to the lib folder
cd
Build
...
...
@@ -78,6 +84,9 @@ export LD_LIBRARY_PATH=$(pwd)/Build/systemlib:$LD_LIBRARY_PATH
#make test
cd
tests
ls
bash run_tests.sh
cd
..
...
...
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