Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from Travis CI to GitHub actions #408

Closed
lazaroclapp opened this issue Jul 15, 2020 · 4 comments
Closed

Move from Travis CI to GitHub actions #408

lazaroclapp opened this issue Jul 15, 2020 · 4 comments
Assignees

Comments

@lazaroclapp
Copy link
Collaborator

Probably worth doing when possible, as per @tyvsmith's advice 馃榿

@lazaroclapp lazaroclapp self-assigned this Jul 15, 2020
@msridhar
Copy link
Collaborator

Is there a brief explanation anywhere of the advantages?

@msridhar
Copy link
Collaborator

Is there a brief explanation anywhere of the advantages?

For my own future reference, I think resource limitations on Travis CI are a good enough reason to move. Also, switching to GitHub Actions will let us easily run tests on Windows.

@sherrif10
Copy link

Travis CI is still the better and is being used my many big organisations however i would like to work on this if you give me a go ahead cc @msridhar @lazaroclapp

@msridhar
Copy link
Collaborator

msridhar commented Dec 6, 2020

Thanks for the offer, @sherrif10! But, I think it will be easier for a maintainer still at Uber like @lazaroclapp to take care of this one, as it requires dealing with permissions to set up GitHub Actions, adding credentials to set up snapshot build uploading, etc.

lazaroclapp added a commit that referenced this issue Jan 5, 2021
This change sets up GitHub Actions as a parallel build CI to Travis (for now). GitHub Actions should build NullAway on MacOS X and Linux using JDK 8 and JDK 11, and on Windows using JDK 8. 

Additionally, this migrates snapshot uploading and coverage tracking to GitHub Actions, disabling the equivalent Travis CI events as they will likely conflict.

This also switches the Gradle plugin we were using for code coverage support and re-enabled coverage uploads to Coveralls (from GH Actions).

Finally, this includes a few tooling dependency upgrades, most notable an upgrade of the Android SDK and build-tools used to build this repo to v30.

See #408
@msridhar msridhar closed this as completed Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants