aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar vslashg <veloso@verylowsodium.com>2017-10-06 12:42:47 -0400
committerGravatar GitHub <noreply@github.com>2017-10-06 12:42:47 -0400
commit962e9931d546cd6f062894e15283cea02c7d3220 (patch)
treee0efe3cb0fc11e3c9d72baf6245eda16c5b7d1e5
parentd732f2014bdd141135e6af06ee5b47e7fbe4b877 (diff)
parentc67d1f6f993589c1e14b317494a1572dd2d004a3 (diff)
Merge pull request #23 from gennadiycivil/master
Bazel CI integration , again
-rw-r--r--.ci/abseil-cpp.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json
new file mode 100644
index 0000000..a90cc17
--- /dev/null
+++ b/.ci/abseil-cpp.json
@@ -0,0 +1,8 @@
+// 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"},
+ {"node": "windows-x86_64"}
+]