Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
0cab901e
Unverified
Commit
0cab901e
authored
Nov 10, 2017
by
xoviat
Committed by
GitHub
Nov 10, 2017
Browse files
[common] wrap pre_build with spinner
parent
a8f873d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
common_utils.sh
common_utils.sh
+5
-1
No files found.
common_utils.sh
View file @
0cab901e
...
@@ -173,7 +173,11 @@ function build_wheel_cmd {
...
@@ -173,7 +173,11 @@ function build_wheel_cmd {
local
repo_dir
=
${
2
:-
$REPO_DIR
}
local
repo_dir
=
${
2
:-
$REPO_DIR
}
[
-
z
"
$repo_dir
"
]
&&
echo
"repo_dir not defined"
&&
exit
1
[
-
z
"
$repo_dir
"
]
&&
echo
"repo_dir not defined"
&&
exit
1
local
wheelhouse
=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
local
wheelhouse
=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
if
[
-
n
"
$(
is_function
"pre_build"
)
"
]
;
then
pre_build
;
fi
if
[
-
n
"
$(
is_function
"pre_build"
)
"
]
;
then
start_spinner
pre_build
stop_spinner
fi
if
[
-
n
"
$BUILD_DEPENDS
"
]
;
then
if
[
-
n
"
$BUILD_DEPENDS
"
]
;
then
pip
install
$(
pip_opts
)
$BUILD_DEPENDS
pip
install
$(
pip_opts
)
$BUILD_DEPENDS
fi
fi
...
...
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