mirror of
https://github.com/jupp0r/prometheus-cpp.git
synced 2026-07-21 14:33:30 +00:00
5f443f16a5
Closes: #295
6 lines
145 B
Batchfile
6 lines
145 B
Batchfile
bazel build //... || EXIT /B 1
|
|
|
|
bazel test --test_output=all //core/... //pull/... || EXIT /B 1
|
|
|
|
bazel run -c opt //core/benchmarks || EXIT /B 1
|