Skip to content

Test mupdf release branch #462

Test mupdf release branch

Test mupdf release branch #462

name: Test mupdf release branch
on:
schedule:
- cron: '20 6 * * *'
workflow_dispatch:
jobs:
test_mupdf_release_branch:
# Build+test current PyMuPDF git with mupdf git release branch.
#
name: Test mupdf release branch
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-2019, macos-latest]
# Avoid cancelling of all cibuildwheel runs after a single failure.
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: test_mupdf-release-branch
env:
inputs_PYMUPDF_SETUP_MUPDF_BUILD: "git:--recursive --depth 1 --shallow-submodules --branch 1.24.x https://github.com/ArtifexSoftware/mupdf.git"
inputs_flavours: "0"
inputs_sdist: "0"
inputs_wheels_cps: "cp312*"
inputs_wheels_default: "0"
inputs_wheels_linux_auto: "1"
inputs_wheels_macos_auto: "1"
inputs_wheels_windows_auto: "1"
run:
python scripts/gh_release.py