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

Need platform testing #98

Open
cancilla opened this issue Mar 27, 2017 · 1 comment
Open

Need platform testing #98

cancilla opened this issue Mar 27, 2017 · 1 comment

Comments

@cancilla
Copy link
Collaborator

We need to introduce a way to validate that all of the services in the platform build successfully.

cancilla pushed a commit that referenced this issue Mar 27, 2017
@cancilla
Copy link
Collaborator Author

I have added a simple python script that does the following:

  • finds all build.gradle files in the platform
  • for each build.gradle file:
    • executes gradle clean at the platform root to clean all projects
    • for the given build.gradle file, executes gradle build clean to run a build for that specific project

There is a summary that is printed out at the end to indicate which builds, if any, have failed.

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

1 participant