aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.4.0/kokoro/macos/prepare_build_macos_rc
blob: 2b9f4df25f3ab98a1eda9f07ac656f0aaeda0f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/bash
#
# This script sets up a Kokoro MacOS worker for running Protobuf tests

##
# Select Xcode version

export DEVELOPER_DIR=/Applications/Xcode_8.1.app/Contents/Developer

##
# Select C/C++ compilers

export CC=gcc
export CXX=g++

##
# Install Brew and core softwares

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/homebrew-php
brew install autoconf automake ccache cmake gflags gpg gpg2 libtool maven node pcre php56 ruby wget

##
# Install Tox

sudo pip install tox==2.4.1

##
# Install RVM

gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
curl -sSL https://get.rvm.io | bash -s stable --ruby