This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f633479
commit c36e1d7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule multibuild
updated
21 files
+3 −3 | .appveyor.yml | |
+26 −0 | .gitignore | |
+30 −19 | .travis.yml | |
+60 −32 | README.rst | |
+159 −16 | common_utils.sh | |
+10 −1 | configure_build.sh | |
+11 −5 | docker_build_wrap.sh | |
+7 −0 | docker_test_wrap.sh | |
+61 −17 | library_builders.sh | |
+17 −35 | manylinux_utils.sh | |
+13 −48 | osx_utils.sh | |
+0 −1 | supported_wheels.py | |
+7 −0 | tests/config.sh | |
+1 −4 | tests/test_fill_pypy_ver.sh | |
+3 −1 | tests/test_fill_pyver.sh | |
+7 −3 | tests/test_library_builders.sh | |
+19 −9 | tests/test_multibuild.sh | |
+3 −1 | tests/test_osx_utils.sh | |
+9 −3 | tests/test_python_install.sh | |
+10 −5 | travis_linux_steps.sh | |
+0 −4 | travis_osx_steps.sh |