aboutsummaryrefslogtreecommitdiff
path: root/kokoro/release/protoc
Commit message (Collapse)AuthorAgeFilesLines
* Comment out unused command from release script.Feng Xiao2018-07-151-1/+1
|
* Run autogen.sh in release script.Feng Xiao2018-07-151-0/+6
|
* Add protoc release script for Linux build.Feng Xiao2018-07-152-0/+37
|
* Added Kokoro protoc release build for OS X (#4770)Adam Cozzette2018-06-182-0/+31
| | | | | | 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.
* Added Kokoro Windows release build config for protoc (#4766)Adam Cozzette2018-06-142-0/+35
This should make it easy to automatically build 32-bit and 64-bit Windows protoc binaries.