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
6dc0fd30
Commit
6dc0fd30
authored
Nov 09, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make tests in test job
parent
fbc46158
Pipeline
#15681
passed with stages
in 48 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
CI/ci-linux-build.sh
CI/ci-linux-build.sh
+0
-2
CI/ci-linux-test.sh
CI/ci-linux-test.sh
+1
-1
No files found.
CI/ci-linux-build.sh
View file @
6dc0fd30
...
...
@@ -48,8 +48,6 @@ cmake -DOPENFLIPPER_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON $OPTIONS ../
#build it
make
$MAKE_OPTIONS
make
$MAKE_OPTIONS
test
echo
"====================================="
echo
"====================================="
echo
"Collecting required libraries:"
...
...
CI/ci-linux-test.sh
View file @
6dc0fd30
...
...
@@ -82,7 +82,7 @@ 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
make
test
echo
"====================================="
echo
"====================================="
...
...
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