aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2018-02-08 14:38:10 +0100
committerGitHub <noreply@github.com>2018-02-08 14:38:10 +0100
commit3af18990f50d8f040038aaa08c41f5d27d62efb5 (patch)
tree4651bfa9c0d309eaca4a4a2061c4c1eb26773edd /scripts
parentb5033d0e1e91d5c17e6b1079242e821e1bf3bdeb (diff)
downloadbrotli-3af18990f50d8f040038aaa08c41f5d27d62efb5.zip
brotli-3af18990f50d8f040038aaa08c41f5d27d62efb5.tar.gz
brotli-3af18990f50d8f040038aaa08c41f5d27d62efb5.tar.bz2
Update go and closure bazel rules (#637)
* Update go and closure bazel rules * Follow the new bazel go rules guide * Swap go & closure rules initialization * Update bazel to 0.10.0 in appveyor build
Diffstat (limited to 'scripts')
-rw-r--r--scripts/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/appveyor.yml b/scripts/appveyor.yml
index a825b22..f5f0c13 100644
--- a/scripts/appveyor.yml
+++ b/scripts/appveyor.yml
@@ -42,7 +42,7 @@ install:
)
)
- IF "%BUILD_SYSTEM%"=="bazel" (
- appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.6.1/bazel-0.6.1-windows-x86_64.exe -FileName bazel.exe
+ appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.10.0/bazel-0.10.0-windows-x86_64.exe -FileName bazel.exe
)
before_build: