about summary refs log tree commit diff
path: root/third_party/glog/.bazelci/presubmit.yml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glog/.bazelci/presubmit.yml')
-rw-r--r--third_party/glog/.bazelci/presubmit.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/third_party/glog/.bazelci/presubmit.yml b/third_party/glog/.bazelci/presubmit.yml
new file mode 100644
index 0000000000..38e8515e9a
--- /dev/null
+++ b/third_party/glog/.bazelci/presubmit.yml
@@ -0,0 +1,25 @@
+---
+platforms:
+  ubuntu1604:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  ubuntu1804:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  macos:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  windows:
+    # Optional: use VS 2017 instead of 2015.
+    environment:
+      BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC"
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."