Joe Rickerby
23870b6780
Update options.md
...
Docs edit- now Windows does run in a shell too
2020-03-08 18:06:14 +00:00
Joe Rickerby
4caee57c21
Merge pull request #242 from Czaki/before_test
...
Add CIBW_BEFORE_TEST to customize test environment
2020-03-08 17:55:59 +00:00
Joe Rickerby
d0e5781832
Merge pull request #293 from joerick/windows-chain-commands
...
Allow chaining of commands on Windows
2020-03-07 18:39:04 +00:00
Joe Rickerby
7dfc173bca
Update docs
2020-03-07 18:05:30 +00:00
Grzegorz Bokota
baba7706e0
add example with non pip python package
2020-03-07 12:24:15 +01:00
Grzegorz Bokota
d613a8c1a6
remove clean files from setup.py, fixes in doc
2020-03-07 12:24:15 +01:00
Grzegorz Bokota and Joe Rickerby
6461074ec9
Apply spell suggestions from joerick code review
...
Co-Authored-By: Joe Rickerby <joerick@mac.com >
2020-03-07 12:24:15 +01:00
Grzegorz Bokota
d9e6bbfa4f
add documentation
2020-03-07 12:24:15 +01:00
mayeut
028c1dbf10
Add macOS support on AppVeyor
2020-03-07 12:03:00 +01:00
Joe Rickerby
bae011950c
Add note about changing python after cibuildwheel run
...
See #266
2020-02-28 11:30:58 +00:00
Matthew Treinish
36e0618992
Update options.md
2020-02-21 06:48:10 -05:00
Matthew Treinish
ce76b74251
Add support for manylinux wheels on non-x86 platforms
...
This commit adds config options and identifiers for building manylinux
wheels on non-x86 platforms. Based on what travis and manylinux2014
support this includes aarch64 (ARMv8), ppce64le (power pc 64bit little
endian), and the s390x platforms.
Fixes #269
2020-02-20 13:57:00 -05:00
Yannick Jadoul
cf73c3355e
Addressing a few more minor remarks of @joerick
2020-02-19 17:10:17 +01:00
Yannick Jadoul
0423d79e63
Dropping PyPy version from PyPy build identifiers
2020-02-19 17:10:17 +01:00
Yannick Jadoul
fd0a789988
Fix minor review comment from @Czaki and @joerick
2020-02-19 17:10:13 +01:00
Yannick Jadoul
aac5db8a46
Cleaning up Python installations on Windows and macOS, and creating PyPy executable python symlinks outside of installation directory
2020-02-15 23:24:51 +01:00
Yannick Jadoul
17137c3c2f
Changing *-manylinux_pypy_x86_64 build identifiers to *-manylinux_x86_64
2020-02-15 23:24:51 +01:00
Yannick Jadoul
bafb4fd294
Adding PyPy to the README and docs
2020-02-15 23:24:51 +01:00
Nicola Soranzo
c738481e82
Rename main_util_fixtures.py to conftest.py to allow fixture auto discovery
...
Also fix new PEP-008 issues.
2020-02-14 15:50:06 +00:00
Nicola Soranzo
cab6ecef24
Fix all PEP-008 issues
2020-02-14 15:50:06 +00:00
Yannick Jadoul
ffec9aecf8
Update line in docs/cpp_standards.md on setting MACOSX_DEPLOYMENT_TARGET >= 10.9 (see #220 )
2020-02-02 20:07:22 +01:00
mayeut
513ef49cd4
Only build x86_64 / Intel 10.9+ on macOS
2020-01-29 22:59:01 +01:00
Joe Rickerby
b779a88fde
Add note about 254 {vmImage: 'vs2017-win2016'} on Azure to docs
...
See #254
2020-01-28 21:28:22 +00:00
Yannick Jadoul
e64916fe9c
Rewording a few things in cpp_standards.md, and some other minor fixes
2020-01-16 16:10:05 +01:00
Grzegorz Bokota
9cb796edcd
update docs
2020-01-16 16:10:05 +01:00
Joe Rickerby
be721153af
Merge pull request #231 from YannickJadoul/docs-include-examples
...
Including CI configurations from examples into docs
2019-12-26 11:57:52 +00:00
Yannick Jadoul
795413e5c0
Fix typo in docs
2019-12-15 13:55:44 +01:00
Yannick Jadoul
eda3dc1a4f
Moving Azure, AppVeyor, and CircleCI minimal examples in docs also to their own file under examples/
2019-12-10 14:57:25 +01:00
Yannick Jadoul
472fa32d9f
Added {% include ... %} directive for including examples/travis-ci-minimal.yml in docs/setup.md
2019-12-08 23:51:09 +01:00
Yannick Jadoul
2f41683e85
Including example Travis CI configuration from examples/ directory in docs/setup.md
2019-12-08 23:50:47 +01:00
Joe Rickerby
7709989603
Bump version
2019-12-07 14:58:10 +00:00
Matthieu Darbois
1dbb12daaa
Add manylinux2014 x86_64/i686 ( #215 )
2019-12-02 11:07:56 +01:00
Grzegorz Bokota
2a1081c5e5
update docs with information about more than one environment variable.
2019-12-01 21:45:08 +01:00
Seth Morton
190b013c61
Update Travis CI examples
...
For a more granular view of why each of these changes were made, please
see https://github.com/joerick/cibuildwheel-autopypi-example/pull/5 .
High-level overview:
- Adding Windows support
- Remove "sudo: required" for linux
- Use "python -m pip" instead of using an environment variable
- Add "install:" and "after_success:" steps so that errors get handled
and reported properly
- Rename "matrix:" to "jobs:" as this is the now preferred keyword
2019-11-25 15:08:18 -08:00
Nicola Soranzo
85cba9b1eb
Move Platform-specific variants before Examples
2019-11-17 19:08:22 +00:00
Nicola Soranzo
e9fd9eaead
Address @joerick's comments
2019-11-15 02:27:39 +00:00
Nicola Soranzo
0e04fafd3a
Add CIBW_REPAIR_COMMAND env variable
...
to allow different options for auditwheel/delocate, alternative
commands and a future Windows equivalent.
Fix https://github.com/joerick/cibuildwheel/issues/191 .
2019-11-14 12:10:55 +00:00
mayeut
b3f82d52cc
Update doc for AppVeyor on linux
2019-11-12 01:20:06 +01:00
Joe Rickerby
beda529298
Bump version
2019-11-10 15:16:37 +00:00
Joe Rickerby
7d08bac099
Add note about command line option
2019-11-10 14:57:21 +00:00
Joe Rickerby
8e274700f4
Reformat examples on the options page and add a comment for each one
2019-11-10 14:54:56 +00:00
Joe Rickerby
22ae365ae9
Clean up plugin
2019-11-10 13:22:44 +00:00
Joe Rickerby
ccd22e5a5a
Allow line breaks in table headers
2019-11-10 13:22:35 +00:00
Joe Rickerby
2692162617
Improve BUILD/SKIP options formatting
2019-11-10 13:21:05 +00:00
Joe Rickerby
d112b343e1
Fix link
2019-11-10 13:20:33 +00:00
Joe Rickerby
7ac8798d26
fix element id
2019-11-10 12:08:14 +00:00
Joe Rickerby
07fd1a3203
Formatting and polish
2019-11-09 19:38:59 +00:00
Joe Rickerby
ac51d22884
Merge remote-tracking branch 'origin/master' into docs
2019-11-09 18:23:41 +00:00
Joe Rickerby
88ef908bad
Merge remote-tracking branch 'origin/master' into docs
...
Manually merged updates to README.md across to docs
# Conflicts:
# README.md
2019-11-03 19:38:18 +00:00
Joe Rickerby
eb8c926eba
Remove unused CSS and visual tweaks
2019-11-03 19:13:56 +00:00