aboutsummaryrefslogtreecommitdiff
path: root/kokoro
Commit message (Collapse)AuthorAgeFilesLines
* Python wheel kokoro for windows (#5034)Paul Yang2018-08-133-0/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add kokoro config for building python wheels on windows * Move script to root * Debug * Debug * Change working directory * Add msbuild to path * Debug * Fix python dir name * Debug * Move artifacts to targeted directory * Update artifact directory * Debug * Debug * Automatic generation of version * Reduce file numbers
* Python wheel kokoro for mac (#5017)Paul Yang2018-08-082-0/+55
| | | | | | | | | | | | * Add config for building python wheel on mac * Specify os name * Clean up venv * Debug * Recover old path
* Python wheel kokoro dev (#5002)Paul Yang2018-08-063-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add config for building python wheel * Update submodules * Fix setup.py to use c++11 * Fix syntax error * Fix syntax error * Add dir for artifact * Update artifact dirctory * Remove python 3.3 * Clean up virtual env * Clean up env * Test environment * Test env variable * Automatic update version number * Remove dependency on python-wheel branch
* upgrade dotnet SDK to 2.1.3 on kokoro linuxJan Tattermusch2018-08-031-1/+1
|
* Revert "overcome the global.json constraint with a hack"Jan Tattermusch2018-08-031-9/+0
| | | | This reverts commit c02346c72aafd1826b0397dbbce4ce04bf252f50.
* overcome the global.json constraint with a hackJan Tattermusch2018-08-031-0/+9
|
* fix build_nuget.batJan Tattermusch2018-08-031-1/+1
|
* add scripts for automated building of C# nuget on KokoroJan Tattermusch2018-08-032-0/+16
|
* 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 cpp tests under release docker image.Feng Xiao2018-07-152-4/+12
| | | | | 1. Added C++ tests under the release docker image. 2. Cleaned up tests.sh and removed traivis stuff.
* fix python cpp kokoro buildYilun Chong2018-07-151-0/+2
|
* fix linux kokoro build in dockerYilun Chong2018-07-151-1/+5
|
* Make ruby release configs consistent with protoc.Feng Xiao2018-07-1110-19/+19
|
* Add kokoro bazel configs for 3.6.x branch.Feng Xiao2018-07-113-0/+22
|
* 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.
* Fix benchmark buildYilun Chong2018-04-161-1/+1
|
* fix java benchmark, fix dashboard buildYilun Chong2018-04-131-1/+2
|
* Merge pull request #4415 from BSBandme/experiementYilun Chong2018-04-102-0/+97
|\ | | | | Add dashboard support
| * Add script for run and upload the benchmark result to bqYilun Chong2018-04-102-0/+97
| |
* | Delete javanano kokoro build configs.Feng Xiao2018-03-266-78/+0
| | | | | | | | Their job configs are being deleted in cl/190526138
* | Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-261-0/+3
|/ | | Add googletest as a submodule in third_party/googletest.
* Move kokoro macOS builds to to Xcode 9.1.Thomas Van Lenten2018-01-301-1/+1
|
* Update .NET SDK to 2.0.3Jon Skeet2018-01-251-3/+7
| | | | | | | | | | This will allow SourceLink as per #4179, and mean that we can use C# 7.0 language features in the library (but not in generated code). This does not affect which platforms we're *targeting*, so end users won't see any difference. It would be nice to update to 2.1.4, but AppVeyor's "Visual Studio 2017" environment is only 2.0.3.
* Shard 64-bit Linux languages into different Kokoro jobsMatt Kwong2017-12-2030-0/+390
|
* Collect xml results for KokoroMatt Kwong2017-12-206-2/+26
|
* Make Kokoro job pull Dockerimage from DockerhubMatt Kwong2017-12-202-11/+14
|
* Migrate Jenkins jobs to KokoroMatt Kwong2017-12-1911-0/+658
|
* Remove pre-installed softwaresMatt Kwong2017-08-231-1/+3
|
* Add continuous testing config files for KokoroMatt Kwong2017-06-0718-0/+90
|
* Add MacOS and Linux tests to KokoroMatt Kwong2017-06-0639-0/+337