Skip to content

Commit

Permalink
Merge branch 'main' into resource-propagate
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Apr 30, 2021
2 parents a5d4f13 + fdef43b commit 88d914e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
/out.*
# Indicator that the tools were deployed
.buildtools

# Temporary Bazel directories
/bazel-*
/plugin
/build
6 changes: 6 additions & 0 deletions tools/build-bazel.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pushd "%~dp0"
set "PATH=%CD%;%PATH%"
cd ..
bazel.exe build %* //...
bazel.exe test %* //...
popd

0 comments on commit 88d914e

Please sign in to comment.