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
3319dc8d
Commit
3319dc8d
authored
Jun 12, 2016
by
Matthew Brett
Browse files
Clean up wheelhouse directory test
parent
2b8f1869
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
manylinux
manylinux
+1
-1
travis_steps.sh
travis_steps.sh
+1
-1
No files found.
manylinux
@
3571f4df
Compare
5771b771
...
3571f4df
Subproject commit
5771b77132f410aef1c0ef0e6c16ad04047a1d44
Subproject commit
3571f4df592d38011dfaa7633bd5b9b4ab3c2cf0
travis_steps.sh
View file @
3319dc8d
...
...
@@ -6,7 +6,7 @@ WHEELHOUSE=$PWD/wheelhouse
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
if
[
!
-d
$WHEELHOUSE
]
;
then
mkdir
wheelhouse
;
fi
if
[
!
-d
"
$WHEELHOUSE
"
]
;
then
mkdir
$WHEELHOUSE
;
fi
if
[[
"
$TRAVIS_OS_NAME
"
==
"osx"
]]
;
then
source
$MULTIBUILD_DIR
/travis_osx_steps.sh
whl_tail
=
"*.whl"
...
...
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