diff options
author | Gennadiy Rozental <rogeeff@google.com> | 2017-10-11T21·59-0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11T21·59-0400 |
commit | 40b90bcfda2d08c55c1bb347d1780321f5896868 (patch) | |
tree | bba76e1800619d56b082d63a20acbe0706125995 | |
parent | 029795a9b5281379f892fbbe3f9a400d5a33f5cc (diff) | |
parent | 31adde521b8db8725784ec4c5a4b5b07009eb286 (diff) |
Merge pull request #30 from gennadiycivil/master
Restoring bazel-ci integration sans windows node
-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"} +] |