File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11# Source: https://github.com/boostorg/hana/blob/master/.travis.yml
22
3- # Sudo is required for installing recent versions of dependencies.
4- sudo : required
5-
63# Use C++ build environment.
74language : cpp
85
@@ -32,8 +29,8 @@ install:
3229 # Install a recent version of the Protobuf
3330 - |
3431 PROTOBUF_URL="https://github.com/google/protobuf/releases/download/v3.2.0/protobuf-cpp-3.2.0.tar.gz"
35- if [ ! -f ${DEPS_DIR}/protobuf/src/.libs/protoc ] ; then mkdir -p protobuf ; travis_retry wget --no-check-certificate --quiet -O - ${PROTOBUF_URL} | tar --strip-components=1 -xz -C protobuf ; cd protobuf ; ./configure --prefix=/usr ; make ; else cd protobuf ; fi
36- sudo make install
32+ if [ ! -f ${DEPS_DIR}/protobuf/src/.libs/protoc ] ; then mkdir -p protobuf ; travis_retry wget --no-check-certificate --quiet -O - ${PROTOBUF_URL} | tar --strip-components=1 -xz -C protobuf ; cd protobuf ; ./configure --prefix=/usr/local ; make ; else cd protobuf ; fi
33+ make install
3734
3835# Change directory back to default build directory.
3936before_script :
You can’t perform that action at this time.
0 commit comments