ci.ps1 231 B

1234567
  1. $ErrorActionPreference = "Stop";
  2. trap { $host.SetShouldExit(1) }
  3. #bazel-harness
  4. # runs the test harness via bazel
  5. bazel "--output_base=c:\_pgv" "--bazelrc=windows\bazel.rc" run //tests/harness/executor:executor
  6. exit $LASTEXITCODE