mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
9 lines
178 B
Batchfile
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
|