commit | 383d4bb84b7b5062b859f81db10e3f16bd427739 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Thu Nov 14 22:53:58 2019 +0100 |
committer | Leopold Schabel <leo@nexantic.com> | Thu Nov 14 22:53:58 2019 +0100 |
tree | 9430d87be1ea0716b4075d5d19a358c2e3630383 | |
parent | 68c58755e0a56e1b1c565d80f99056ec4948fbec [diff] |
Run "bazel test //..." in CI This will build all buildable targets and test all testable targets. The hardcoded Harbormaster rules have been removed in Phabricator. Adds a simple test for booting Smalltown. BUILD files that are injected into repositories have been renamed to BUILD.repo to ensure that Bazel does not recognize them as local BUILD files and attempt to build them. Test Plan: Covered by CI :) Bug: T483 X-Origin-Diff: phab/D262 GitOrigin-RevId: 3512a5e13430001f4e6f91d21ac503564c8fb085
This is the monorepo storing all of nexantic's internal projects and libraries.
All builds should be executed using the shipped nexantic-dev
container which is automatically built by the create script.
The container contains all necessary dependencies and env configurations necessary to get started right away.
Spinning up: scripts/create_container.sh
Spinning down: scripts/destroy_container.sh
Running commands: scripts/run_in_container.sh @
Using bazel: scripts/bin/bazel @