aboutsummaryrefslogtreecommitdiff
path: root/kokoro/release/macos/ruby/ruby_build_environment.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make ruby release configs consistent with protoc.Feng Xiao2018-07-111-57/+0
|
* Build ruby gem on kokoro (#4819)Paul Yang2018-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | * 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
* Add files to build ruby artifact for mac on kokoro (#4814)Paul Yang2018-06-221-0/+56
* Add files to build ruby artifact for mac on kokoro * Move ruby specific stuff to ruby dir