File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88jobs :
99
1010 test_branch_121 :
11- # Simple build+test on single platform using latest MuPDF from git. This is
12- # a cut-down version of `build_wheels` except that we use latest MuPDF from
13- # git and use a single platform and python version.
11+ # Simple build+test using latest MuPDF branch 1.21 from git. This is a
12+ # cut-down version of `build_wheels` except that we use latest MuPDF from
13+ # git and use a single python version.
1414 #
1515 name : Test branch 1.21
1616 runs-on : ${{ matrix.os }}
1717 strategy :
1818 matrix :
19- os : [ubuntu-latest ]
19+ os : [ubuntu-20.04, windows-2019, macos-10.15 ]
2020
2121 steps :
2222
3939 # Build for single python version.
4040 CIBW_BUILD : " cp311*"
4141
42- # Don't build for unsupported platforms.
43- CIBW_SKIP : " pp* *i686 *-musllinux_* cp36*"
42+ # Don't build for unsupported platforms or win32 .
43+ CIBW_SKIP : " pp* *i686 *-musllinux_* cp36* *win32* "
4444
4545 # Get cibuildwheel to run pytest with each wheel.
4646 CIBW_TEST_REQUIRES : " fontTools pytest"
You can’t perform that action at this time.
0 commit comments