contrib/heptapod-ci.yml
branchstable
changeset 52185 4496f059cf5c
parent 52182 fa58f4f97337
child 52191 a76dcb82148e
equal deleted inserted replaced
52184:9048a0d782e1 52185:4496f059cf5c
   338 build-c-wheel-macos:
   338 build-c-wheel-macos:
   339     when: manual  # avoid overloading the CI by default
   339     when: manual  # avoid overloading the CI by default
   340     stage: build
   340     stage: build
   341     tags:
   341     tags:
   342       - macos
   342       - macos
       
   343     variables:
       
   344       MERCURIAL_SETUP_FORCE_TRANSLATIONS: "1"
   343     script:
   345     script:
   344       - rm -rf tmp-wheels
   346       - rm -rf tmp-wheels
   345       - CIBW_SKIP="pp*" cibuildwheel --output-dir tmp-wheels/
   347       - CIBW_SKIP="pp*" cibuildwheel --output-dir tmp-wheels/
   346       - for py_version in cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313; do
   348       - for py_version in cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313; do
   347           mkdir -p wheels/c/$py_version/;
   349           mkdir -p wheels/c/$py_version/;