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
fbc46158
Commit
fbc46158
authored
Nov 09, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug output
parent
ee79dfc1
Pipeline
#15680
failed with stages
in 9 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
CI/ci-linux-test.sh
CI/ci-linux-test.sh
+17
-2
No files found.
CI/ci-linux-test.sh
View file @
fbc46158
...
...
@@ -66,13 +66,13 @@ find . -name "CMakeCache.txt" -type f -delete
if
[
-f
CTestTestfile.cmake
]
then
echo
"Removing old CTestTestfile.cmake"
#
rm CTestTestfile.cmake
rm
CTestTestfile.cmake
fi
#just to be safe clean the test file definitions too
if
[
-f
DartConfiguration.tcl
]
then
echo
"Removing old DartConfiguration.tcl"
#
rm DartConfiguration.tcl
rm
DartConfiguration.tcl
fi
#cmake -DOPENFLIPPER_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON $OPTIONS ../
...
...
@@ -81,12 +81,27 @@ fi
export
LD_LIBRARY_PATH
=
$(
pwd
)
/Build/lib:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$(
pwd
)
/Build/systemlib:
$LD_LIBRARY_PATH
# The tests should be build by the build job already!
#make test
echo
"====================================="
echo
"====================================="
echo
"Test directory:"
echo
"====================================="
echo
"====================================="
cd
tests
ls
echo
"====================================="
echo
"====================================="
echo
"Running tests:"
echo
"====================================="
echo
"====================================="
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