-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improvement: Bazel as build, test and integration tool #7
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR: #9
Bazel is the build/test infrastructure of choice for the Score project. Overall integration and
build should be realized using available rule sets or custom rules developed for the project.
This means that the following should be integrated with bazel:
Running external tooling outside of Bazel should be limited as much as possible, in order to
streamline the development with simple
bazel {build,test,run}
command, across multiplerepositories and multiple languages.
All dependencies should be managed thru mechanism available in Bazel. Dependency to host system
should be limited as much as possible.
Each repository should register an entry in the bazel-registry for dependency management between
different modules.
High level integration dependency
Repositories:
References:
The text was updated successfully, but these errors were encountered: