Skip to content

Commit 6412200

Browse files
committed
Merge branch 'master' of github.com:netifi/rsocket-rpc-java
2 parents 93fb4e9 + 97985f2 commit 6412200

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)