Skip to content

ENH: add flag in rtkosem application to store the normalization images #30

ENH: add flag in rtkosem application to store the normalization images

ENH: add flag in rtkosem application to store the normalization images #30

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
with:
manylinux-platforms: '["_2_28-x64","2014-x64"]'
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'
secrets:
pypi_password: ${{ secrets.pypi_password }}