Skip to content
Snippets Groups Projects
Commit 4853246e authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Adding MacOS support in our run_jenkins script.

parent 1f8fc77d
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,11 @@ then
/cygdrive/c/nuget/nuget.exe restore src/csharp/Grpc.sln
python tools/run_tests/run_tests.py -t -l $language -x report.xml
elif [ "$platform" == "macos" ]
then
echo "building $language on MacOS"
./tools/run_tests/run_tests.py -t -l $language -c $config -x report.xml
else
echo "Unknown platform $platform"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment