ZeroTierOne/ext/opentelemetry-cpp-1.21.0/tools/build-bazel.cmd
2025-07-11 10:37:21 -07:00

9 lines
178 B
Batchfile

REM Copyright The OpenTelemetry Authors
REM SPDX-License-Identifier: Apache-2.0
pushd "%~dp0"
set "PATH=%CD%;%PATH%"
cd ..
bazel.exe build %* //...
bazel.exe test %* //...
popd