Skip to content

STYLE: Update clang-format to match ITK 2025-11-10 #363

STYLE: Update clang-format to match ITK 2025-11-10

STYLE: Update clang-format to match ITK 2025-11-10 #363

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