ci: set up window CI to use remote http caching (#33970)

PR Close #33970
This commit is contained in:
Joey Perrott 2019-11-21 11:42:07 -08:00 committed by Matias Niemelä
parent acd8734937
commit e128d87030
1 changed files with 4 additions and 1 deletions

View File

@ -11,4 +11,7 @@ import %workspace%/.circleci/bazel.common.rc
build --repository_cache=C:/Users/circleci/bazel_repository_cache
# All windows jobs run on master and should use http caching
build --config=remote-http-caching
build --remote_http_cache=https://storage.googleapis.com/angular-team-cache
build --remote_accept_cached=true
build --remote_upload_local_results=true
build --google_default_credentials