Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
f4a36a58
Commit
f4a36a58
authored
Aug 01, 2017
by
Martin Schultz
Browse files
fixed wrong source command for linux ci scripts
parent
574bc1d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux-build.sh
View file @
f4a36a58
...
...
@@ -11,7 +11,7 @@ set -e
#include ci options script
MY_DIR
=
$(
dirname
$(
readlink
-f
$0
))
source
$MY_DIR
/ci-
options-linux
.sh
source
$MY_DIR
/ci-
linux-config
.sh
echo
"Building with path: build-release-
$BUILDPATH
"
echo
"Full cmake options:
$OPTIONS
"
...
...
CI/ci-linux-test.sh
View file @
f4a36a58
...
...
@@ -11,7 +11,7 @@ set -e
#include ci options script
MY_DIR
=
$(
dirname
$(
readlink
-f
$0
))
source
$MY_DIR
/ci-
options-linux
.sh
source
$MY_DIR
/ci-
linux-config
.sh
########################################
# Fetch test data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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