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
7c749492
Commit
7c749492
authored
Jul 17, 2019
by
Matthew Brett
Browse files
Restore some comments to README example
Add notes about MB_PYTHON_OSX_VER
parent
2a9dd424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
README.rst
README.rst
+14
-4
No files found.
README.rst
View file @
7c749492
...
@@ -61,7 +61,7 @@ The macOS build / test phases run on the macOS VM started by Travis CI.
...
@@ -61,7 +61,7 @@ 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
Therefore any environment variable defined in the ``.travis.yml`` or bash
shell scripts listed above are available for your build and test.
shell scripts listed above are available for your build and test.
OS
X
builds may be target
t
ed either at macOS 10.6+
mac
OS builds may be targeted either at macOS 10.6+
(dual arch 64 / 32 bit) or macOS 10.9+ (64b only). These depend on the
(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/.
corresponding build of python from https://www.python.org/downloads/mac-osx/.
At the time of writing, 10.9+ / 64 bit builds are supported for Python
At the time of writing, 10.9+ / 64 bit builds are supported for Python
...
@@ -193,10 +193,20 @@ To use these scripts
...
@@ -193,10 +193,20 @@ To use these scripts
- secure:
- secure:
"MNKyBWOzu7JAUmC0Y+JhPKfytXxY/ADRmUIMEWZV977FLZPgYctqd+lqel2QIFgdHDO1CIdTSymOOFZckM9ICUXg9Ta+8oBjSvAVWO1ahDcToRM2DLq66fKg+NKimd2OfK7x597h/QmUSl4k8XyvyyXgl5jOiLg/EJxNE2r83IA="
"MNKyBWOzu7JAUmC0Y+JhPKfytXxY/ADRmUIMEWZV977FLZPgYctqd+lqel2QIFgdHDO1CIdTSymOOFZckM9ICUXg9Ta+8oBjSvAVWO1ahDcToRM2DLq66fKg+NKimd2OfK7x597h/QmUSl4k8XyvyyXgl5jOiLg/EJxNE2r83IA="
# Multibuild doesn't use Travis-provided Python but rather installs its own
# You will likely prefer "language: generic" for travis configuration,
# You can still specify a language here if you need it for some unrelated logic
# rather than, say "language: python". Multibuild doesn't use
# and you can't use Multibuild-provided Python or other software present on a builder
# Travis-provided Python but rather installs and uses its own, where the
# Python version is set from the MB_PYTHON_VERSION variable. You can still
# specify a language here if you need it for some unrelated logic and you
# can't use Multibuild-provided Python or other software present on a
# builder.
language: generic
language: generic
# For CPython macOS 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).
# All PyPy macOS builds are 64-bit only.
# Required in Linux to invoke `docker' ourselves
# Required in Linux to invoke `docker' ourselves
services: docker
services: docker
# A newer distro will also do
# A newer distro will also do
...
...
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