Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Set up a Continuous Integration server #5

Open
NoahAndrews opened this issue Oct 25, 2017 · 2 comments
Open

Set up a Continuous Integration server #5

NoahAndrews opened this issue Oct 25, 2017 · 2 comments
Milestone

Comments

@NoahAndrews
Copy link
Member

NoahAndrews commented Oct 25, 2017

Key functionality

  • Verify that all PRs build successfully
  • Report the output APK size
  • Ideally, report app installation time on a Moto G4 Play

I believe reporting that information at the pull request might require a bot. For an initial version, it's OK if we have to go look at the CI output.

@magneticflux-
Copy link

I set up Travis CI for Pattonville Robotics's shared team library here. We don't have APK size reporting, but it verifies that PRs build and it runs any tests that may exist. APK size can also get included in the Travis CI log by just printing it out after the artifact is built.

@NoahAndrews
Copy link
Member Author

This should assemble and publish the javadocs

@NoahAndrews NoahAndrews added this to the 1.2 milestone Dec 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants