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