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
d6f5b140
Commit
d6f5b140
authored
Jun 14, 2016
by
Matthew Brett
Browse files
Add build_pre to OSX; rename default install test
parent
75aa56d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
manylinux
manylinux
+1
-1
travis_osx_steps.sh
travis_osx_steps.sh
+1
-0
travis_steps.sh
travis_steps.sh
+1
-1
No files found.
manylinux
@
e02c166b
Compare
20df2921
...
e02c166b
Subproject commit
20df29211c3b92626e4f6600c3938d3e7f3ea5ed
Subproject commit
e02c166ba4ac82968cf629c8eaef55b74dd4a0c0
travis_osx_steps.sh
View file @
d6f5b140
...
@@ -24,6 +24,7 @@ function build_wheel {
...
@@ -24,6 +24,7 @@ function build_wheel {
# REPO_DIR | PKG_SPEC
# REPO_DIR | PKG_SPEC
# BUILD_COMMIT
# BUILD_COMMIT
local
wheelhouse
=
$PWD
/
$WHEEL_SDIR
local
wheelhouse
=
$PWD
/
$WHEEL_SDIR
if
[
-n
"
$BUILD_PRE_SCRIPT
"
]
;
then
source
$BUILD_PRE_SCRIPT
;
fi
if
[
-n
"
$BUILD_DEPENDS
"
]
;
then
pip
install
$BUILD_DEPENDS
;
fi
if
[
-n
"
$BUILD_DEPENDS
"
]
;
then
pip
install
$BUILD_DEPENDS
;
fi
if
[
-n
"
$REPO_DIR
"
]
;
then
if
[
-n
"
$REPO_DIR
"
]
;
then
cd
$REPO_DIR
cd
$REPO_DIR
...
...
travis_steps.sh
View file @
d6f5b140
...
@@ -5,7 +5,7 @@ git submodule update --init --recursive
...
@@ -5,7 +5,7 @@ git submodule update --init --recursive
WHEEL_SDIR
=
${
WHEEL_SDIR
:-
wheelhouse
}
WHEEL_SDIR
=
${
WHEEL_SDIR
:-
wheelhouse
}
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
MANYLINUX_URL
=
${
MANYLINUX_URL
:-
https
://nipy.bic.berkeley.edu/manylinux
}
MANYLINUX_URL
=
${
MANYLINUX_URL
:-
https
://nipy.bic.berkeley.edu/manylinux
}
RUN_TESTS_SCRIPT
=
${
RUN_TESTS_SCRIPT
:-
run
_test
s
.sh
}
RUN_TESTS_SCRIPT
=
${
RUN_TESTS_SCRIPT
:-
install
_test
.sh
}
# Specify REPO_DIR to build from directory in this repository.
# Specify REPO_DIR to build from directory in this repository.
# Specify PKG_SPEC to build from pip requirement (e.g numpy==1.7.1)
# Specify PKG_SPEC to build from pip requirement (e.g numpy==1.7.1)
...
...
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