aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro/release/protoc/macos/release.cfg
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@gmail.com>2018-06-18 14:34:14 -0700
committerGravatar GitHub <noreply@github.com>2018-06-18 14:34:14 -0700
commitad85c3b4a2598670de129015fab03a97edea73bc (patch)
treeb057e2332acded92eebfe01b33cee6963e771747 /kokoro/release/protoc/macos/release.cfg
parent885be9c9828514595f2f1d24c45aec620b739730 (diff)
Added Kokoro protoc release build for OS X (#4770)
This configuration builds both 32-bit and 64-bit binaries for Mac OS X. One thing I had to change was to increase our minimum supported version for 10.7 to 10.9, because 10.9 (Mavericks) appears to be the earliest version supporting C++11.
Diffstat (limited to 'kokoro/release/protoc/macos/release.cfg')
-rw-r--r--kokoro/release/protoc/macos/release.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/kokoro/release/protoc/macos/release.cfg b/kokoro/release/protoc/macos/release.cfg
new file mode 100644
index 00000000..da903d03
--- /dev/null
+++ b/kokoro/release/protoc/macos/release.cfg
@@ -0,0 +1,8 @@
+# Configuration for Mac OSX protoc release builds
+build_file: "protobuf/kokoro/release/protoc/macos/build.sh"
+
+action {
+ define_artifacts {
+ regex: "**/protoc"
+ }
+}