]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/build-bazel.cmd
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / build-bazel.cmd
CommitLineData
1e59de90
TL
1pushd "%~dp0"
2set "PATH=%CD%;%PATH%"
3cd ..
4bazel.exe build %* //...
5bazel.exe test %* //...
6popd