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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Migrating to GitHub actions #548

Closed
wants to merge 14 commits into from
Closed

[WIP] Migrating to GitHub actions #548

wants to merge 14 commits into from

Commits on Aug 8, 2023

  1. [WIP] initial conversion to GitHub actions

    Initial GH actions usage with (mostly) auto-generated config from circleci conversion tool
    
    TODO:
    - use gradle action
    - remove circleci config
    - why is env package_name added?
    - (maybe) japicmp
    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a5e842e View commit details
    Browse the repository at this point in the history
  2. delete circleci config

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1092431 View commit details
    Browse the repository at this point in the history
  3. use gradle action

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4b7c927 View commit details
    Browse the repository at this point in the history
  4. remove os matrix

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d423a0d View commit details
    Browse the repository at this point in the history
  5. simplify build

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    711e9a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65f9088 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c73d165 View commit details
    Browse the repository at this point in the history
  8. cleanup

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3bd381b View commit details
    Browse the repository at this point in the history
  9. use java matrix

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7ef9bcf View commit details
    Browse the repository at this point in the history
  10. set java distribution

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5d3df02 View commit details
    Browse the repository at this point in the history
  11. cleanup

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5b99fe8 View commit details
    Browse the repository at this point in the history
  12. pin gradle-build-action

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f11035d View commit details
    Browse the repository at this point in the history
  13. upload build reports

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1ffcef1 View commit details
    Browse the repository at this point in the history
  14. pin actions

    jimmyjames committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5cbabd6 View commit details
    Browse the repository at this point in the history