aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-12-08 14:53:04 -0500
committerThomas Van Lenten <thomasvl@google.com>2016-12-09 10:15:40 -0500
commit2754586fa4e4fb75b13cb1915dce566e30b7db2c (patch)
treee3f8a449156d8cf1b96fd2573d34215aea769c52 /tests.sh
parent631f4618a7b84cdc91949229a11a8abe5dfc4a34 (diff)
downloadprotobuf-2754586fa4e4fb75b13cb1915dce566e30b7db2c.tar.gz
protobuf-2754586fa4e4fb75b13cb1915dce566e30b7db2c.tar.bz2
protobuf-2754586fa4e4fb75b13cb1915dce566e30b7db2c.zip
Xcode 8.1 support
- Add entries to objectivec/DevTools/full_mac_build.sh - Support `-quiet` via an option on full_mac_build.sh. NOTE: we don't use this on travis because the lack of output for a long time could cause travis to kill the build (when we get a slow VM). - Update travis config to use newer images.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index eb8255e1..d1e337d5 100755
--- a/tests.sh
+++ b/tests.sh
@@ -89,7 +89,7 @@ build_csharp() {
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update -qq
sudo apt-get install -qq mono-devel referenceassemblies-pcl nunit
-
+
# Then install the dotnet SDK as per Ubuntu 14.04 instructions on dot.net.
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893