aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gennadiy Rozental <rogeeff@google.com>2017-10-11 17:59:17 -0400
committerGravatar GitHub <noreply@github.com>2017-10-11 17:59:17 -0400
commit40b90bcfda2d08c55c1bb347d1780321f5896868 (patch)
treebba76e1800619d56b082d63a20acbe0706125995
parent029795a9b5281379f892fbbe3f9a400d5a33f5cc (diff)
parent31adde521b8db8725784ec4c5a4b5b07009eb286 (diff)
Merge pull request #30 from gennadiycivil/master
Restoring bazel-ci integration sans windows node
-rw-r--r--.ci/abseil-cpp.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json
new file mode 100644
index 0000000..b21e68d
--- /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"}
+]