Skip to content

Tools for the TCG, Star Wars: Unlimited

License

Notifications You must be signed in to change notification settings

matanlurey/swu-bazel

Repository files navigation

Tools for Star Wars: Unlimited

Build and Test

Assorted tools for the the trading card game, Star Wars: Unlimited.

Getting Started

This repository uses Bazel for building and testing in a self-contained environment.

For MacOS or Linux (possibly Windows with WSL), invoke bazel from the root:

./bazel build //...

As needed, dependencies will be downloaded and the project will be built.

Testing

./bazel test //...