InsightSoftwareConsortium / ITKPerformanceBenchmarking

Real-world tests to benchmark ITK performance.
https://www.insight-journal.org/browse/publication/972
Apache License 2.0
2 stars 8 forks source link

ENH: Configure New GitHub Actions #84

Closed mseng10 closed 4 years ago

mseng10 commented 4 years ago

This PR incorporates GitHub Actions CI from the ITKModuleTemplate. This configures clang and cxx testing for the module. No Python testing is applied, because the repository is not wrapped. In addition, std::bind2nd was replaced with std::bind to fix a C++11 deprecation warning.