Update Bazel on Windows
This commit is contained in:
parent
6fd262ecf7
commit
800c9b3016
|
@ -58,7 +58,7 @@ install:
|
||||||
|
|
||||||
# install Bazel
|
# install Bazel
|
||||||
if ($env:build_system -eq "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") {
|
if ($env:build_system -eq "cmake") {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user