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
f948f6ea
Commit
f948f6ea
authored
Feb 16, 2019
by
Rob Buckley
Browse files
readme update, a bit more explanation on 10.9 vs 10.6 builds
parent
a4a71296
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
README.rst
README.rst
+8
-5
No files found.
README.rst
View file @
f948f6ea
...
...
@@ -61,12 +61,12 @@ The macOS build / test phases run on the macOS VM started by Travis CI,
Therefore any environment variable defined in the ``.travis.yml`` or bash
shell scripts listed above are available for your build and test.
Note that macOS builds may be targetted either at macOS 10.6 and above
(dual arch 32/64b) or macOS 10.9 and above (64b only), depending on the
value of the environment variable `MB_PYTHON_OSX_VER`. These depend on the
OS X builds may be targetted either at macOS 10.6+
(dual arch 64 / 32 bit) or macOS 10.9+ (64b only). These depend on the
corresponding build of python from https://www.python.org/downloads/mac-osx/.
Versions of python older than 3.6.5 and 2.7.15 don't have 10.9 / 64-bit only
installers available.
At the time of writing, 10.9+ / 64 bit build are supported for python
versions 3.6.5 / 2.7.15 and above. If you want to build for an older version
of python, you'll have to target 10.6+ / dual arch.
The ``build_wheel`` function builds the wheel, and the ``install_run``
function installs the wheel and tests it. Look in ``common_utils.sh`` for
...
...
@@ -196,6 +196,9 @@ To use these scripts
language: python
# The Travis Python version is unrelated to the version we build and test
# with. This is set with the MB_PYTHON_VERSION variable.
# For osx builds only, the minimum supported macOS version and architectures
# of any C extensions in the wheel are set with the variable
# MB_PYTHON_OSX_VER: 10.9 (64-bit only) or 10.6 (64/32-bit dual arch).
python: 3.5
sudo: required
dist: trusty
...
...
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