Skip to content

Remote module CI configuration for ITK 5.4.2 #326

Remote module CI configuration for ITK 5.4.2

Remote module CI configuration for ITK 5.4.2 #326

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@472ac1aacad5a1f179dbd05df06a7bcea77db4b5
with:
itk-cmake-options: '-DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON'
python-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@7801a8b93ddeb4fde62f93e54404bf1cc03c9e1f
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}