Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(wheels): use "oiiotool --help" as a test command.
Add a new test command in the pyproject.toml cibw options. This command runs after wheels are built with `cibuildwheel`, and checks if CLI Python scripts can import the OpenImageIO module, invoke CLI binary executables, and load all shared libraries. It uses 'oiiotool --help' to output a list of dependencies with which OIIO was compiled. If this works, everything else should check out too (pending CI workflow results)... Signed-off-by: Zach Lewis <[email protected]>
- Loading branch information