Skip to content

COMP: Bump CI for ITK 5.4 RC 01 #455

COMP: Bump CI for ITK 5.4 RC 01

COMP: Bump CI for ITK 5.4 RC 01 #455

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: '[email protected]:[email protected]:[email protected]:[email protected]:[email protected]'
warnings-to-ignore: "\"pointer is null\" \"in a call to non-static member function\""
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: 'InsightSoftwareConsortium/[email protected]:InsightSoftwareConsortium/[email protected]:InsightSoftwareConsortium/[email protected]:InsightSoftwareConsortium/[email protected]:KitwareMedical/[email protected]'
secrets:
pypi_password: ${{ secrets.pypi_password }}