-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add end-to-end example #11
Comments
Can you be more specific? "I want to see an app that that has... at least x java_* rules... can serve a webpage... is a mobile app... has external dependencies... whatever?" An example program that you think is about right? (e.g., a todo list? libgdx?) |
I probably posted this prematurely, but basically, I'd like to answer a question that's going to come up often: "why should I try Bazel? what does it give me that I don't get from Gradle or xcodebuild?" A single build-system which builds my iOS app, my backend (written in Java) and my Android app sounds like an awesome advantage, and I wish we could showcase it :) |
Done in github.com/bazelbuild/example in the tutorial folder. Also the tutorial is now on bazel.io. |
http_archive: Don't try to update sha256 attribute when integrity is present
Would be awesome if the docs had an example for a complete App with a Java backend (say),
to showcase Bazel's ability to build everything a developer needs.
The text was updated successfully, but these errors were encountered: