From 5e1a8e8daddc9bf04dcd41ae7028dd4298a839d1 Mon Sep 17 00:00:00 2001
From: Gennadiy Civil <gennadiycivil@users.noreply.github.com>
Date: Thu, 5 Oct 2017 14:36:53 -0400
Subject: [PATCH] Adding bazel ci intergration

---
 .ci/abseil-cpp.json | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .ci/abseil-cpp.json

diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json
new file mode 100644
index 00000000..b21e68d1
--- /dev/null
+++ b/.ci/abseil-cpp.json
@@ -0,0 +1,7 @@
+// This is a relaxed JSON format, you can have comments in it.
+// This is a list of configuration for the job that does not specify a configuration.
+[
+    {"node": "linux-x86_64"},
+    {"node": "ubuntu_16.04-x86_64"},
+    {"node": "darwin-x86_64"}
+]
-- 
GitLab