From 5e1a8e8daddc9bf04dcd41ae7028dd4298a839d1 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Thu, 5 Oct 2017 14:36:53 -0400 Subject: [PATCH 1/3] Adding bazel ci intergration --- .ci/abseil-cpp.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .ci/abseil-cpp.json diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json new file mode 100644 index 000000000..b21e68d1c --- /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"} +] From ca751279c5429ae66590ce9d106ff31a710201c9 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Thu, 5 Oct 2017 20:58:07 -0400 Subject: [PATCH 2/3] Adding Windows to bazel-ci nodes --- .ci/abseil-cpp.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json index b21e68d1c..cb03eeff7 100644 --- a/.ci/abseil-cpp.json +++ b/.ci/abseil-cpp.json @@ -4,4 +4,5 @@ {"node": "linux-x86_64"}, {"node": "ubuntu_16.04-x86_64"}, {"node": "darwin-x86_64"} + {"node": "windows-x86_64"} ] From c67d1f6f993589c1e14b317494a1572dd2d004a3 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Thu, 5 Oct 2017 20:59:13 -0400 Subject: [PATCH 3/3] Adding Windows to bazel-ci nodes --- .ci/abseil-cpp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/abseil-cpp.json b/.ci/abseil-cpp.json index cb03eeff7..a90cc1717 100644 --- a/.ci/abseil-cpp.json +++ b/.ci/abseil-cpp.json @@ -3,6 +3,6 @@ [ {"node": "linux-x86_64"}, {"node": "ubuntu_16.04-x86_64"}, - {"node": "darwin-x86_64"} + {"node": "darwin-x86_64"}, {"node": "windows-x86_64"} ]