InsightSoftwareConsortium / ITKTotalVariation

External Module for Total Variation Algorithms, providing wrap for https://github.com/albarji/proxTV
Apache License 2.0
10 stars 10 forks source link

ENH: Add GitHub Actions CI Configuration #38

Closed thewtex closed 4 years ago

thewtex commented 4 years ago

Replaces Azure Pipelines, updates to ITK 5.1.0.post3.

phcerdan commented 4 years ago

By the way @thewtex , how hard is the transition from azure to github actions? I added a few months ago the azure pipelines for my own project following ITK, and now I see all the goodness of github actions, and I am jealous again :P

thewtex commented 4 years ago

@phcerdan the transition is really not all that hard -- worth the effort :-). GitHub Actions uses the same hosted virtual machines as Azure Pipelines (thanks, Microsoft :-) ), so all the build system tooling is the same. The YAML configuration syntax is different (but better in GitHub Actions). Overall, the better continuous deployment story, tighter integration with GitHub, and access management make GitHub Actions a joy.