Adding bazel ci intergration

This commit is contained in:
Gennadiy Civil 2017-10-05 14:36:53 -04:00
parent cc4bed2d74
commit 5e1a8e8dad

7
.ci/abseil-cpp.json Normal file
View file

@ -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"}
]