Joe Rickerby
ba01ec546e
Update pr-labels-action
2020-11-24 09:05:14 +00:00
Joe Rickerby
b9cf466cd8
Merge pull request #445 from jbarlow83/patch-3
...
README: Mention which CIs support ARM builds
2020-11-24 09:00:56 +00:00
Joe Rickerby
6413732187
Merge pull request #464 from YannickJadoul/manylinux-python-version
...
Ensure modern version of Python in CIBW_BEFORE_ALL on manylinux
2020-11-24 08:58:51 +00:00
jbarlow83 and Henry Schreiner
10c244d827
Update README.md
...
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
2020-11-23 16:42:58 -08:00
Joe Rickerby
bfd9bb482b
Fix unit test
2020-11-23 21:21:40 +00:00
Joe Rickerby
c2a7cdf98a
Fix flake8 errors
2020-11-23 21:06:36 +00:00
Joe Rickerby
f8a4fbe42d
Share CI platform detection
2020-11-23 21:00:22 +00:00
Joe Rickerby
95fecc2d58
Remove debug code
2020-11-23 20:56:24 +00:00
Joe Rickerby
ece358f29d
lowercase for command line argument
2020-11-23 20:24:08 +00:00
Yannick Jadoul
6f3fcf8b12
Fix PATH of CPython 3.8 binary for CIBW_BEFORE_ALL
2020-11-23 00:49:32 +01:00
Yannick Jadoul
c67de74e28
Demonstrate old version of Python in CIBW_BEFORE_ALL on manylinux
2020-11-23 00:41:52 +01:00
Yannick Jadoul
2f4ed1fafc
Update to PyPy 7.3.3 ( #460 )
...
* Test PyPy 7.3.3rc1
* Revert "Update Travis CI and CircleCI to use macOS 10.14 " and "Change examples to use macOS >= 10.14"
This reverts commits 870bf3f740 and cd53552b4b .
* PyPy 7.3.3rc2
* PyPy 7.3.3 released
* Revert to using pypywheels docker images
2020-11-22 14:55:04 +01:00
Joe Rickerby
05d7c142e9
Subprocess stderr goes to stdout on Mac and Windows too
2020-11-22 10:35:40 +00:00
Joe Rickerby
e84c6b2de0
Remove old sample build workflow
2020-11-22 01:20:14 +00:00
Joe Rickerby
a93cee1a30
Run a sample build before tests on PRs with this label
2020-11-22 01:15:44 +00:00
Joe Rickerby
d3f57bbb22
Merge pull request #461 from joerick/azure-errexit
...
Use set -o errexit in the Azure example
2020-11-20 10:07:43 +00:00
Henry Schreiner
a50be4d820
Update README.md
2020-11-19 10:23:37 -05:00
Henry Schreiner
b8a41130c3
Update README.md
2020-11-19 10:22:55 -05:00
Joe Rickerby
9d731cd440
Make the sample build only happen from a manual trigger
2020-11-14 14:52:20 +00:00
Joe Rickerby
309222cca3
Merge remote-tracking branch 'origin/master' into logger
2020-11-14 14:51:18 +00:00
Joe Rickerby
fe6eadc1f2
Merge remote-tracking branch 'origin/master' into logger
2020-11-14 14:50:52 +00:00
Joe Rickerby
91906b2aea
Skip the example output test
2020-11-14 14:50:29 +00:00
Joe Rickerby
0760c330cf
Merge pull request #462 from joerick/github-triggers
...
Improve Github triggers to prevent multiple runs on origin branches
2020-11-14 14:46:30 +00:00
Joe Rickerby
d054b45ecf
Perhaps displayName must come second
2020-11-14 14:33:58 +00:00
Joe Rickerby
8606c4771e
Add explicit sample build test to keep the first test simple
2020-11-14 14:28:47 +00:00
Joe Rickerby
4c94e7ef20
Add back newline after stage header. Also flush stdout to help with ordering
2020-11-14 14:28:17 +00:00
Joe Rickerby
c56448eba7
Named steps and set -o errexit
2020-11-13 19:20:16 +00:00
Joe Rickerby
ebe632eff0
Limit push to master instead
2020-11-13 19:15:17 +00:00
Joe Rickerby
a732525084
Move encoding switch to before the unicode decision is made
2020-11-13 19:04:02 +00:00
Joe Rickerby
e8aef6962a
Set output to UTF8 on windows (on Python >= 3.7)
2020-11-13 18:57:07 +00:00
Joe Rickerby
fba3248163
Remove encoding debug code
2020-11-13 18:46:41 +00:00
Joe Rickerby
113350b7fb
Remove unicode test
2020-11-13 18:37:48 +00:00
Joe Rickerby
54858bbd64
Support non-unicode stdout
2020-11-13 18:37:30 +00:00
Joe Rickerby
0227b9d941
Improve debug code
2020-11-13 17:44:13 +00:00
Joe Rickerby
df71e028a9
grumble
2020-11-13 17:41:43 +00:00
Joe Rickerby
8e2381bfb1
add some encoding debug code
2020-11-13 17:40:07 +00:00
Joe Rickerby
3d59c56584
Ensure sample build shell is bash on Windows
2020-11-13 17:32:49 +00:00
Joe Rickerby
57d38efd4d
Add mac/windows sample builds
2020-11-13 17:21:14 +00:00
Joe Rickerby
1f830a3626
Improve Github triggers to prevent multiple runs on origin branches
2020-11-13 17:08:20 +00:00
Joe Rickerby
1ab1130fe1
Move initialization of the global logger to the end of the file
2020-11-13 16:51:26 +00:00
Joe Rickerby
931f8e106e
Shorten the travis IDs
2020-11-13 16:46:58 +00:00
Joe Rickerby
8b8d6d749c
Prevent double-builds of the sample
2020-11-13 16:33:59 +00:00
Joe Rickerby
38297e6663
Add log steps to macOS/Windows
2020-11-13 16:30:35 +00:00
Joe Rickerby and Henry Schreiner
246aa0848e
Update cibuildwheel/util.py
...
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
2020-11-13 15:38:34 +00:00
Joe Rickerby
7914432a68
fix appearance on Travis with headers and identifiers
2020-11-13 15:26:06 +00:00
Joe Rickerby
5e99d962f5
Wrap the sample build output in a fold group
2020-11-13 15:22:43 +00:00
Joe Rickerby
df04fa5ac3
Use set -o errexit in the Azure example
2020-11-13 14:57:09 +00:00
Joe Rickerby
8e38132000
Merge pull request #454 from nsoranzo/patch-1
...
Update repos using cibuildwheel
2020-11-13 09:31:26 +00:00
Joe Rickerby
8108deacfe
Don't capture the output of the first test
2020-11-05 23:10:25 +00:00
Joe Rickerby
c9ea0251fe
Sample build uses a testcase failure project
2020-11-04 16:08:40 +00:00