Skip to content

Commit

Permalink
Use Cirrus remote cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
regisd committed Dec 5, 2019
1 parent 37a1d02 commit c18dad4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ task:
task:
name: Build on Windows
install_bazel_script: choco install -y bazel
build_sample_script: bazel build //sample/...
build_all_script: bazel build //...
bazel_info_script: bazel info --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST release
build_sample_script: bazel build --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST //sample/...
build_all_script: bazel build --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST //...
windows_container:
image: cirrusci/windowsservercore:2019
os_version: 2019

0 comments on commit c18dad4

Please sign in to comment.