MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / set_cibuild_test

Function set_cibuild_test

scripts/gh_release.py:379–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 env_set('PYMUPDF_SETUP_MUPDF_BUILD_TYPE', inputs_PYMUPDF_SETUP_MUPDF_BUILD_TYPE, pass_=True)
378
379 def set_cibuild_test():
380 log( f'set_cibuild_test(): {inputs_skeleton=}')
381 valgrind_text = ''
382 if valgrind:
383 valgrind_text = ' --valgrind 1'
384 env_set('CIBW_TEST_COMMAND', f'python {{project}}/scripts/gh_release.py{valgrind_text} test {{project}} {{package}}')
385
386 if pymupdf_dir != os.path.abspath( os.getcwd()):
387 log( f'Changing dir to {pymupdf_dir=}')

Callers 1

buildFunction · 0.85

Calls 2

env_setFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…