Skip to content

COMP: Wasm updates for ITK 5.4.2 #142

COMP: Wasm updates for ITK 5.4.2

COMP: Wasm updates for ITK 5.4.2 #142

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-cmake-options: '-DModule_MorphologicalContourInterpolation_BUILD_EXAMPLES:BOOL=ON'
itk-module-deps: '[email protected]'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
test-notebooks: false
secrets:
pypi_password: ${{ secrets.pypi_password }}