-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule multibuild
updated
15 files
+22 −22 | .appveyor.yml | |
+25 −0 | .github/workflows/lint_python.yml | |
+47 −0 | .github/workflows/test.yml | |
+1 −1 | LICENSE | |
+29 −20 | README.rst | |
+24 −13 | common_utils.sh | |
+6 −2 | configure_build.sh | |
+41 −5 | library_builders.sh | |
+22 −16 | manylinux_utils.sh | |
+15 −6 | osx_utils.sh | |
+3 −2 | supported_wheels.py | |
+4 −2 | tests/test_fill_pyver.sh | |
+5 −3 | tests/test_library_builders.sh | |
+7 −0 | tests/test_osx_utils.sh | |
+21 −6 | travis_linux_steps.sh |