File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 args : [
1616 ' ' ,
1717 ' -m "git:--branch master https://github.com/ArtifexSoftware/mupdf"' ,
18- ' -m "git:--branch 1.26 .x https://github.com/ArtifexSoftware/mupdf"' ,
18+ ' -m "git:--branch 1.27 .x https://github.com/ArtifexSoftware/mupdf"' ,
1919 ]
2020 fail-fast : false
2121
Original file line number Diff line number Diff line change 2525 args : [
2626 ' ' ,
2727 ' -m "git:--branch master https://github.com/ArtifexSoftware/mupdf"' ,
28- ' -m "git:--branch 1.26 .x https://github.com/ArtifexSoftware/mupdf"' ,
28+ ' -m "git:--branch 1.27 .x https://github.com/ArtifexSoftware/mupdf"' ,
2929 ]
3030 fail-fast : false
3131
Original file line number Diff line number Diff line change 2020 args : [
2121 # '',
2222 ' -m "git:--branch master https://github.com/ArtifexSoftware/mupdf"' ,
23- ' -m "git:--branch 1.26 .x https://github.com/ArtifexSoftware/mupdf"' ,
23+ ' -m "git:--branch 1.27 .x https://github.com/ArtifexSoftware/mupdf"' ,
2424 ]
2525 fail-fast : false
2626
Original file line number Diff line number Diff line change 4343 env :
4444 PYMUPDF_test_args : ${{inputs.args}}
4545 run :
46- python scripts/test.py build test -m 'git:--branch 1.26 .x https://github.com/ArtifexSoftware/mupdf.git' -a PYMUPDF_test_args
46+ python scripts/test.py build test -m 'git:--branch 1.27 .x https://github.com/ArtifexSoftware/mupdf.git' -a PYMUPDF_test_args
Original file line number Diff line number Diff line change 1313 ./PyMuPDF/scripts/test.py -m 'git:https://git.ghostscript.com/mupdf.git' build test
1414 Build and test with internal checkout of MuPDF master.
1515
16- ./PyMuPDF/scripts/test.py -m ':1.26 .x' build test
17- Build and test using internal checkout of mupdf 1.26 .x branch from
16+ ./PyMuPDF/scripts/test.py -m ':1.27 .x' build test
17+ Build and test using internal checkout of mupdf 1.27 .x branch from
1818 Github.
1919
2020 ./PyMuPDF/scripts/test.py install test -i 1.26.3 -k test_2596
217217 -m "git:--branch master https://github.com/ArtifexSoftware/mupdf.git"
218218 -m :master
219219
220- -m "git:--branch 1.26 .x https://github.com/ArtifexSoftware/mupdf.git"
221- -m :1.26 .x
220+ -m "git:--branch 1.27 .x https://github.com/ArtifexSoftware/mupdf.git"
221+ -m :1.27 .x
222222
223223 --mupdf-clean 0|1
224224 If 1 we do a clean MuPDF build.
You can’t perform that action at this time.
0 commit comments