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
35082b3b
Commit
35082b3b
authored
Jun 12, 2016
by
Matthew Brett
Browse files
More cleanups from bugs revealed by astropy
parent
3319dc8d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
travis_linux_steps.sh
travis_linux_steps.sh
+7
-7
travis_osx_steps.sh
travis_osx_steps.sh
+1
-1
No files found.
travis_linux_steps.sh
View file @
35082b3b
...
...
@@ -45,13 +45,13 @@ function build_plat_wheels {
docker pull
$docker_image
if
[
"
$plat
"
==
"i686"
]
;
then
local
intro_cmd
=
linux32
;
fi
docker run
--rm
\
-e
UTIL_DIR
=
$UTIL_DIR
\
-e
PYTHON_VERSION
=
$TRAVIS_PYTHON_VERSION
\
-e
UNICODE_WIDTHS
=
$UNICODE_WIDTHS
\
-e
BUILD_DEPENDS
=
$BUILD_DEPENDS
\
-e
BUILD_COMMIT
=
$BUILD_COMMIT
\
-e
BUILD_PRE_SCRIPT
=
$BUILD_PRE_SCRIPT
\
-e
REPO_DIR
=
$REPO_DIR
\
-e
UTIL_DIR
=
"
$UTIL_DIR
"
\
-e
PYTHON_VERSION
=
"
$TRAVIS_PYTHON_VERSION
"
\
-e
UNICODE_WIDTHS
=
"
$UNICODE_WIDTHS
"
\
-e
BUILD_DEPENDS
=
"
$BUILD_DEPENDS
"
\
-e
BUILD_COMMIT
=
"
$BUILD_COMMIT
"
\
-e
BUILD_PRE_SCRIPT
=
"
$BUILD_PRE_SCRIPT
"
\
-e
REPO_DIR
=
"
$REPO_DIR
"
\
-v
$PWD
:/io
\
$docker_image
$intro_cmd
$BUILD_SCRIPT
}
travis_osx_steps.sh
View file @
35082b3b
...
...
@@ -27,7 +27,7 @@ function build_wheels {
git fetch origin
git checkout
$BUILD_COMMIT
git clean
-fxd
if
[
-n
"
$BUILD_DEPENDS
"
]
;
then
pip
install
$BUILD_DEPENDS
;
fi
if
[
-n
"
$BUILD_DEPENDS
"
]
;
then
pip
install
$BUILD_DEPENDS
;
fi
pip wheel
-w
$WHEELHOUSE
--no-deps
.
cd
..
pip
install
delocate
...
...
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