Closed thewtex closed 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
@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.
Replaces Azure Pipelines, updates to ITK 5.1.0.post3.