aboutsummaryrefslogtreecommitdiff
path: root/kokoro/release
Commit message (Collapse)AuthorAgeFilesLines
* upport kokoro/release/python from 3.6.x branchJan Tattermusch2018-09-078-0/+279
|
* experimental collect_all_artifacts scriptJan Tattermusch2018-09-072-0/+69
|
* Added support for building the aarch64 and ppcle64 protoc binaries with KokoroAdam Cozzette2018-08-011-6/+10
| | | | | | | | This was fairly straightforward using the existing build-protoc.sh script. The only problem I ran into was that the x86 Docker builds create output directories owned by root, which caused some permission issues. Fortunately it was easy to get around that just by doing those Docker builds last.
* Fix C# nuget build on Kokoro (#4912)Jan Tattermusch2018-07-181-1/+1
| | | | * upgrade dotnet SDK to 2.1.3 on kokoro linux
* 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
|
* add scripts for automated building of C# nuget on KokoroJan Tattermusch2018-07-122-0/+16
|
* Make ruby release configs consistent with protoc.Feng Xiao2018-07-1110-19/+19
|
* Build ruby gem on kokoro (#4819)Paul Yang2018-06-256-0/+62
| | | | | | | | | | | | | | | | | | | | | | * Install rake compiler * Add kokoro config to build ruby gem on linux * Rename from linix to linux * Fix prepare_build.sh name * Clean up * Install bundler * Install bundler * Use c99 in order to build gem on mingw-32 on ruby 2.0.0 See https://github.com/rake-compiler/rake-compiler-dock/issues/4 * Move c99 config to extcofig.rb
* Rename build_artifacts.cfg to release.cfg (#4818)Paul Yang2018-06-221-0/+0
|
* Add files to build ruby artifact for mac on kokoro (#4814)Paul Yang2018-06-224-0/+98
| | | | | | * Add files to build ruby artifact for mac on kokoro * Move ruby specific stuff to ruby dir
* 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.