Matt Kwong
8ac050fadd
Migrate Jenkins jobs to Kokoro
7 years ago
Jie Luo
028d6f13ee
Add Python 3.5 3.6
7 years ago
Paul Yang
f14703c933
Update commit id in Dockerfile to reflect change in #3391 ( #3459 )
7 years ago
Jisi Liu
759245a49a
Merge from master
7 years ago
Paul Yang
91bf623aa1
Fix php jenkins test ( #3233 )
...
Update commit id to upload latest composer.
Compile php with bc-math for future json support.
8 years ago
Jon Skeet
f26e8c2ae0
Convert C# projects to MSBuild (csproj) format
...
This has one important packaging change: the netstandard version now
depends (implicitly) on netstandard1.6.1 rather than on individual
packages. This is the preferred style of dependency, and shouldn't
affect any users - see http://stackoverflow.com/questions/42946951
for details.
The tests are still NUnit, but NUnit doesn't support "dotnet test"
yet; the test project is now an executable using NUnitLite. (When
NUnit supports dotnet test, we can adapt to it.)
Note that the project will now only work in Visual Studio 2017 (and
Visual Studio Code, and from the command line with the .NET Core
1.0.0 SDK); Visual Studio 2015 does *not* support this project file
format.
8 years ago
Feng Xiao
49a56da93f
Update jenkins Java deps.
8 years ago
Paul Yang
22319315df
Fix c extension for php7.1. ( #3077 )
8 years ago
Paul Yang
190b5270c8
Make PHP c extension work with PHP7 ( #2951 )
8 years ago
Feng Xiao
32ad5a3e0d
Use "git reset --hard" to actually reset the code.
8 years ago
Feng Xiao
b7c813fb67
Update jenkins Java dependencies.
8 years ago
Feng Xiao
c52e54f62b
Update jenkins Java maven dependencies.
8 years ago
Paul Yang
1387a6795c
Update commit number in Docker to update composer dependency ( #2869 )
8 years ago
Paul Yang
dd8d5f57d7
Rename encode/decode to serializeToString/mergeFromString ( #2795 )
...
This better shows the semantic of the API. For already setted fields,
mergeFromString do replacement for singular fields and appending for
repeated fields.
8 years ago
Paul Yang
e3e38b81cc
Update commit id in Dockerfile to trigger update. ( #2467 )
8 years ago
Paul Yang
46ae90dc5e
Make php generated code conform to PSR-4. ( #2435 )
...
1. Generate single file for each message.
2. Lazily initiate metadata.
8 years ago
Feng Xiao
780793255d
Restore jenkins files.
...
The last up-integration from github to google3 was made at commit
e28286fa05
but somehow the change in
that commit is not actually in the up-integration CL and as a result
that change was reverted by the down-integration. Restoring them
should make the jenkins tests running again.
8 years ago
Adam Cozzette
5a76e633ea
Integrated internal changes from Google
8 years ago
Feng Xiao
83d6411bf3
Fix jenkins tests.
8 years ago
Paul Yang
795976ecf5
Trigger update of docker for new changes in #2282 . ( #2288 )
8 years ago
Bo Yang
447dee19a8
Prepare jenkins for testing php zts build.
8 years ago
Bo Yang
91bbff217e
Set up environment for php automated tests.
8 years ago
Feng Xiao
8db25a2975
Force a rebuild of Jenkins docker image.
...
Needed to pick up a Java dependency change and re-populate the offline
repo.
[skip ci]
8 years ago
Bo Yang
89d8e43428
Fix travis, jenkins environment issues.
8 years ago
Bo Yang
3a055be925
Prepare jenkins for testing php zts build.
8 years ago
Bo Yang
f17528a1fa
Set up environment for php automated tests.
8 years ago
Feng Xiao
5248f61a34
Force a rebuild of Jenkins docker image.
...
Needed to pick up a Java dependency change and re-populate the offline
repo.
[skip ci]
8 years ago
Joshua Haberman
a289d43608
Added C++ benchmark. ( #1525 )
8 years ago
Bo Yang
b8e7e892c8
Fix travis, jenkins environment issues.
8 years ago
Feng Xiao
20fbb357d0
Add more tests to jenkins.
...
1. Added ruby22 and jruby tests to jenkins.
2. Added javascript tests to jenkins.
3. Added golang tests to jenkins.
4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has
ended since 2016/02/24.
https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/
Change-Id: Ie984b06772335352a4be7067ab2485f923875685
8 years ago
Jon Skeet
b5ce5251fd
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform ( #1727 )
...
This also updates the version number to 3.0.0-beta4
9 years ago
Jon Skeet
10a8fb4e73
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform ( #1727 )
...
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform
This also updates the version number to 3.0.0-beta4
9 years ago
Josh Haberman
67c727cd41
Rearranged and commented files for running under Jenkins.
9 years ago
Josh Haberman
7d793c167f
Disable attempt to use ccache for docker build.
9 years ago
Josh Haberman
1ee0fda556
Use a local Maven repository to avoid network fetches during tests.
9 years ago
Josh Haberman
38bc15552d
Added code to generate XML output file for more granular results.
9 years ago
Josh Haberman
ffc811804f
Added Ruby 2.1, Oracle Java, and C#.
9 years ago
Josh Haberman
78f9b68600
Upgrade Python packages using pip.
9 years ago
Josh Haberman
483533d3a2
Install Python deps in Docker image.
9 years ago
Josh Haberman
0b931bcd53
Add another test (javanano), but run it in parallel.
9 years ago
Josh Haberman
0f8c25d105
Properly add JDK deps in the Docker image.
9 years ago
Josh Haberman
d33e93b833
Added ccache support.
9 years ago
Josh Haberman
57be1d7eb2
Added some initial shell scripts and docker file.
9 years ago
Silviu Calinoiu
786f80fe66
Add a modified patch from craigcitro@ to handle namespace sharing.
9 years ago
Feng Xiao
aa7e17a6f6
Update version numbers.
...
Version number for beta languages is updated to v3.0.0-beta-2.
Version number for alpha languages is updated to v3.0.0-alpha-5.
9 years ago
Feng Xiao
ffe9215140
Update version number.
...
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
languages are updated to v3.0.0-alpha-4.
9 years ago
Bo Yang
e107e2d68e
Update version number to 3.0.0-alpha-4
10 years ago
teboring
9839c0c2c9
Update version number to 3.0.0-alpha-3
10 years ago
Jisi Liu
4573e110b8
Fix python versions to comply with pep-0440.
...
Change-Id: Ifb4958e4f371b36f249faa466473f851697edb5c
10 years ago
Jisi Liu
8e61d323bf
Fix python package version to alpha-2.
...
Change-Id: Iae16dcae833959681a5c8e98764e5d1071e6fdcf
10 years ago