From b0a8220e92ce7eaccb3042efa123e17b4d0719e9 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Thu, 14 Jun 2018 16:48:53 -0700 Subject: Added Kokoro Windows release build config for protoc (#4766) This should make it easy to automatically build 32-bit and 64-bit Windows protoc binaries. --- kokoro/release/protoc/windows/release.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kokoro/release/protoc/windows/release.cfg (limited to 'kokoro/release/protoc/windows/release.cfg') diff --git a/kokoro/release/protoc/windows/release.cfg b/kokoro/release/protoc/windows/release.cfg new file mode 100644 index 00000000..0d0da8f1 --- /dev/null +++ b/kokoro/release/protoc/windows/release.cfg @@ -0,0 +1,8 @@ +# Configuration for Windows protoc release builds +build_file: "protobuf/kokoro/release/protoc/windows/build.bat" + +action { + define_artifacts { + regex: "**/protoc.exe" + } +} -- cgit v1.2.3