Skip to content

Commit 2789441

Browse files
committed
Doing work
1 parent 71c330e commit 2789441

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ matrix:
1010
- pushd protobuf-3.6.0 && ./configure --disable-shared && make && sudo make install
1111
&& popd
1212
script: "./buildtravis.sh"
13+
- os: osx
14+
osx_image: xcode9.4
15+
language: generic
16+
env:
17+
- HOMEBREW_TEMP="/tmp"
18+
- LDFLAGS="/usr/local/lib/libprotobuf.a /usr/local/lib/libprotoc.a"
19+
before_install:
20+
- brew update
21+
- EDITOR="sed -i '' 's/system \".\/configure\",/system \".\/configure\", \"--disable-shared\",/g'"
22+
brew edit protobuf
23+
- brew install protobuf
24+
script: "./buildtravis.sh"
1325
before_cache:
1426
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
1527
notifications:

0 commit comments

Comments
 (0)