Lines Matching full:bazel
19 build_system: bazel
59 # install Bazel
60 if ($env:build_system -eq "bazel") {
61 …adFile https://github.com/bazelbuild/bazel/releases/download/0.21.0/bazel-0.21.0-windows-x86_64.ex…
85 # special case - build with Bazel
86 if ($env:build_system -eq "bazel") {
87 & $env:root\bazel.exe build -c opt //:gtest_samples
88 … if ($LastExitCode -eq 0) { # bazel writes to StdErr and PowerShell interprets it as an error
125 if ($env:build_system -eq "bazel") {
126 # special case - testing with Bazel
127 & $env:root\bazel.exe test //:gtest_samples
128 if ($LastExitCode -eq 0) { # bazel writes to StdErr and PowerShell interprets it as an error
151 - path: 'bazel-testlogs/**/test.log'
153 - path: 'bazel-testlogs/**/test.xml'