diff options
-rw-r--r-- | .ci/abseil-cpp.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json new file mode 100644 index 000000000000..a90cc1717e54 --- /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"} +] |