##// END OF EJS Templates
wheel: enforce that translation being build for macos wheel
marmoute -
r53112:4496f059 stable
parent child Browse files
Show More
@@ -340,6 +340,8 build-c-wheel-macos:
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/
General Comments 0
You need to be logged in to leave comments. Login now