Skip to content

Commit

Permalink
Lazy persons's guide to building with Bazel on Windows (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgolov authored Apr 30, 2021
1 parent fc7a325 commit fdef43b
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 fdef43b

Please sign in to comment.