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
95cc9b5b
Commit
95cc9b5b
authored
Mar 23, 2018
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed buildpath message in linux-build CI script
parent
3d7215d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CI/ci-linux-build.sh
CI/ci-linux-build.sh
+1
-1
No files found.
CI/ci-linux-build.sh
View file @
95cc9b5b
...
...
@@ -14,7 +14,7 @@ set -e
MY_DIR
=
$(
dirname
$(
readlink
-f
$0
))
source
$MY_DIR
/ci-linux-config.sh
echo
"Building with path:
build-release-
$BUILDPATH
"
echo
"Building with path:
$BUILDPATH
"
echo
"Full cmake options:
$OPTIONS
"
########################################
...
...
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