mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sponsored by: The FreeBSD Foundation (cherry picked from commit abd872540f24cfc7dbd1ea29b6918c7082a22108) |
||
|---|---|---|
| .. | ||
| src | ||
| third_party | ||
| README.md | ||
| WORKSPACE | ||
Bazel Example
This directory shows an example of using LibCbor in a project that builds with Bazel.
Compile
To build the project:
bazel build src:all
Test
To test the code:
bazel test src:all
Run
To run the demo:
bazel run src:hello
or
bazel-bin/src/hello