Skip to content

COMP: Suppress false positive non-null warning by GCC #60

COMP: Suppress false positive non-null warning by GCC

COMP: Suppress false positive non-null warning by GCC #60

name: Build, test, package
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@macosxDeployment
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@macosxDeployment
with:
macosx-deployment-target: '10.15'
secrets:
pypi_password: ${{ secrets.pypi_password }}