paypal/squbs

Migrate build system from Travis to Github Actions

akara opened this issue · 1 comments

akara commented

As Travis has stopped building open source projects, we need to migrate. Choices are CircleCI or GitHub actions. GitHub actions is now better integrated and would not need a separate account creation and linking so it is the system of choice.

The file needing rewrite is: https://github.com/paypal/squbs/blob/master/.travis.yml

As a reference, we can look at the Akka project builds here: https://github.com/akka/akka/tree/main/.github/workflows

akara commented

Closed with #747 and #742