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
281e570b
Unverified
Commit
281e570b
authored
Dec 28, 2017
by
xoviat
Committed by
GitHub
Dec 28, 2017
Browse files
Revert "Merge master to devel"
parent
eca961cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
travis_linux_steps.sh
travis_linux_steps.sh
+3
-1
No files found.
travis_linux_steps.sh
View file @
281e570b
...
@@ -72,12 +72,14 @@ function build_multilinux {
...
@@ -72,12 +72,14 @@ function build_multilinux {
# MB_PYTHON_VERSION
# MB_PYTHON_VERSION
# UNICODE_WIDTH (optional)
# UNICODE_WIDTH (optional)
# BUILD_DEPENDS (optional)
# BUILD_DEPENDS (optional)
# DOCKER_IMAGE (optional)
# MANYLINUX_URL (optional)
# MANYLINUX_URL (optional)
# WHEEL_SDIR (optional)
# WHEEL_SDIR (optional)
local
plat
=
$1
local
plat
=
$1
[
-z
"
$plat
"
]
&&
echo
"plat not defined"
&&
exit
1
[
-z
"
$plat
"
]
&&
echo
"plat not defined"
&&
exit
1
local
build_cmds
=
"
$2
"
local
build_cmds
=
"
$2
"
local
docker_image
=
quay.io/pypa/manylinux1_
$plat
local
docker_image
=
${
DOCKER_IMAGE
:-
quay
.io/pypa/manylinux1_\
$plat
}
docker_image
=
$(
eval echo
"
$docker_image
"
)
retry docker pull
$docker_image
retry docker pull
$docker_image
docker run
--rm
\
docker run
--rm
\
-e
BUILD_COMMANDS
=
"
$build_cmds
"
\
-e
BUILD_COMMANDS
=
"
$build_cmds
"
\
...
...
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