Files
prometheus-cpp/.github/scripts/run-bazel-test.cmd
T
Gregor Jasny 5f443f16a5 Use github actions
Closes: #295
2019-09-26 22:21:59 +02:00

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