mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-22 02:28:32 +00:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
bazel build $(bazel query 'kind(go_proto_library, //...)')
|
||
|
bazel run //devtools/nfv2
|