mirror of
https://github.com/google/googletest.git
synced 2025-04-06 14:05:02 +00:00
Update Bazel on Windows
This commit is contained in:
parent
6fd262ecf7
commit
800c9b3016
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ install:
|
|||
|
||||
# install Bazel
|
||||
if ($env:build_system -eq "bazel") {
|
||||
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.21.0/bazel-0.21.0-windows-x86_64.exe -FileName bazel.exe
|
||||
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.28.1/bazel-0.28.1-windows-x86_64.exe -FileName bazel.exe
|
||||
}
|
||||
|
||||
if ($env:build_system -eq "cmake") {
|
||||
|
|
Loading…
Add table
Reference in a new issue