protobuf/jenkins
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.
2017-05-24 09:07:33 +01:00
..
buildcmds Add compatibility test for php. (#3041) 2017-05-05 11:14:11 -07:00
docker Convert C# projects to MSBuild (csproj) format 2017-05-24 09:07:33 +01:00
docker32 Make PHP c extension work with PHP7 (#2951) 2017-04-19 16:23:51 -07:00
build_and_run_docker.sh Add 32-bit machine test on jenkins. (#2245) 2016-10-12 12:55:48 -07:00
make_test_output.py Rearranged and commented files for running under Jenkins. 2016-03-04 14:34:30 -08:00
pull_request_in_docker.sh Add 32-bit machine test on jenkins. (#2245) 2016-10-12 12:55:48 -07:00
README.md Rearranged and commented files for running under Jenkins. 2016-03-04 14:34:30 -08:00

Jenkins Infrastructure

The scripts in this directory serve as plumbing for running the protobuf tests under Jenkins.