Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
5b7def8a
Commit
5b7def8a
authored
Jul 26, 2017
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clone testData in ci unittestscript
remove CMakeCache recursively
parent
d9c4053a
Pipeline
#5438
failed with stages
in 78 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
CI/test-linux.sh
CI/test-linux.sh
+8
-4
No files found.
CI/test-linux.sh
View file @
5b7def8a
...
...
@@ -13,6 +13,12 @@ set -e
MY_DIR
=
$(
dirname
$(
readlink
-f
$0
))
source
$MY_DIR
/ci-options-linux.sh
########################################
# Fetch test data
########################################
rm
-rf
TestData
git clone git@roosevelt:moebius/OpenFlipper-Test-Data.git TestData
#########################################
# Run Release Unittests
#########################################
...
...
@@ -21,10 +27,8 @@ source $MY_DIR/ci-options-linux.sh
cd
build-release-
$BUILDPATH
#clean old cmake cache as the path might have changed
if
[
-f
CMakeCache.txt
]
then
rm
CMakeCache.txt
fi
find
.
-name
"CMakeCache.txt"
-type
f
-delete
#just to be safe clean the test file definitions too
if
[
-f
CTestTestfile.cmake
]
then
...
...
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