Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial [pixi](https://pixi.sh) configuration, supporting easy, reproducible builds for development and testing. Cross-platform build and test configuration utilizing Ninja and cross-platform conda-forge toolchains. And Python build and test configuration. These are specified by `cxx` and `python` environments. The following tasks are defined: - build Build ITK - build-debug Build ITK - Debug - build-debug-python Build ITK - Debug - build-python Build ITK - build-release Build ITK - Release - clean Clean the repository - configure Configure ITK - configure-debug Configure ITK - Debug - configure-debug-python Configure ITK Python - Debug - configure-python Configure ITK Python - configure-release Configure ITK - Release - test Test ITK - test-debug Test ITK - Debug - test-debug-python Test ITK Python - Debug - test-python Test ITK Python - test-release Test ITK - Release
- Loading branch information