Merge pull request #23 from gennadiycivil/master

Bazel CI integration , again
This commit is contained in:
vslashg 2017-10-06 12:42:47 -04:00 committed by GitHub
commit 962e9931d5

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

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