Skip to content

COMP: Update examples to the new build system to avoid warnings #121

COMP: Update examples to the new build system to avoid warnings

COMP: Update examples to the new build system to avoid warnings #121

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
with:
cmake-options: "Module_Montage_BUILD_EXAMPLES:BOOL=ON"
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}