Skip to content

Remote module CI configuration for ITK 5.4.2 #327

Remote module CI configuration for ITK 5.4.2

Remote module CI configuration for ITK 5.4.2 #327

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@e13e978193e7050d73262e529d8045ed29541669
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}