File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,13 @@ windows:
29
29
- py bin\run_tests.py
30
30
tags :
31
31
- saas-windows-medium-amd64
32
+
33
+ macos :
34
+ image : macos-14-xcode-15
35
+ variables :
36
+ PYTEST_ADDOPTS : -k "unit_test or test_0_basic" --suppress-no-test-exit-code
37
+ script :
38
+ - python3 -m pip install -e ".[dev]" pytest-custom-exit-code
39
+ - python3 ./bin/run_tests.py
40
+ tags :
41
+ - saas-macos-medium-m1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ This is a summary of the host Python versions and platforms covered by the diffe
3
3
| | 3.11 | 3.12 | 3.13 |
4
4
| ---------| ----------------------------------| ---------------------------------------------------------| ----------------|
5
5
| Linux | Azure Pipelines / GitHub Actions | AppVeyor¹ / CircleCI¹ / Cirrus CI / GitLab¹ / Travis CI | GitHub Actions |
6
- | macOS | Azure Pipelines | AppVeyor¹ / CircleCI¹ / Cirrus CI / GitLab¹ / Travis CI | GitHub Actions |
6
+ | macOS | Azure Pipelines / GitLab¹ | AppVeyor¹ / CircleCI¹ / Cirrus CI / GitLab¹ / Travis CI | GitHub Actions |
7
7
| Windows | Azure Pipelines | AppVeyor¹ / Cirrus CI / GitLab¹ / Travis CI | GitHub Actions |
8
8
9
9
> ¹ Runs a reduced set of tests to reduce CI load
Original file line number Diff line number Diff line change @@ -31,3 +31,15 @@ windows:
31
31
- wheelhouse/
32
32
tags :
33
33
- saas-windows-medium-amd64
34
+
35
+ macos :
36
+ image : macos-14-xcode-15
37
+ before_script :
38
+ - python3 -m pip install cibuildwheel==2.19.1
39
+ script :
40
+ - python3 -m cibuildwheel --output-dir wheelhouse
41
+ artifacts :
42
+ paths :
43
+ - wheelhouse/
44
+ tags :
45
+ - saas-macos-medium-m1
You can’t perform that action at this time.
0 commit comments