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, 0 insertions, 25 deletions
diff --git a/third_party/glog/.bazelci/presubmit.yml b/third_party/glog/.bazelci/presubmit.yml
deleted file mode 100644
index 38e8515e9a..0000000000
--- a/third_party/glog/.bazelci/presubmit.yml
+++ /dev/null
@@ -1,25 +0,0 @@
----
-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:
-    - "..."