InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

ENH: Incorporate GitHub Actions from ITKModuleTemplate #133

Closed mseng10 closed 3 years ago

mseng10 commented 4 years ago

This PR incorporates the GitHub Actions CI from the ITKModuleTemplate. This enables unit testing for clang, cxx and python package builds. For now, python package builds have been commented out due to wrapping errors. I am making a dedicated issue describing the wrapping errors and the steps needed once they are fixed.