mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
bazel build -c opt //src/main/cpp/net/eagle0/shardok:shardok-server
|