Skip to content

Merge pull request #239 from effigies/pyproject #458

Merge pull request #239 from effigies/pyproject

Merge pull request #239 from effigies/pyproject #458

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@edd0a4350396f533e9ec3755ed6c5af5ddfedb97
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@edd0a4350396f533e9ec3755ed6c5af5ddfedb97
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 }}