vorburger / LearningBazel

Vorburger.ch learns Bazel.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Bazel

Vorburger learns Bazel here.

This repo is organized by folder with isolated standalone examples, each of which has its own README. There is intentionally no WORKSPACE file in the root directory.

Pre-requisite: Install Bazelisk, e.g. using go install github.com/bazelbuild/bazelisk@latest (or e.g. with eget, or however else you prefer), and alias b it. All other required tools for building and testig will then be automatically downloaded as needed.

./test will build and test everything. It's incremental, and should run (very) fast the 2nd time you launch it.

About

Vorburger.ch learns Bazel.build

License:Apache License 2.0


Languages

Language:Starlark 70.8%Language:Java 20.7%Language:Shell 8.5%