diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-05T18·36-0400 |
---|---|---|
committer | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-05T18·36-0400 |
commit | 5e1a8e8daddc9bf04dcd41ae7028dd4298a839d1 (patch) | |
tree | 3424f1e8e9e8fda70313d66148e24e5c0b5d30c0 /.ci/abseil-cpp.json | |
parent | cc4bed2d74f7c8717e31f9579214ab52a9c9c610 (diff) |
Adding bazel ci intergration
Diffstat (limited to '.ci/abseil-cpp.json')
-rw-r--r-- | .ci/abseil-cpp.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json new file mode 100644 index 000000000000..b21e68d1c230 --- /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"} +] |