mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
TravisCI MacOS disable xapian which depends on broken brew python
This commit is contained in:
parent
531bdcccf1
commit
f4d7fe4dde
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ before_install:
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then brew link --force qt5 ; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then brew link --force qt5 ; fi
|
||||||
- >
|
- >
|
||||||
if [ $TRAVIS_OS_NAME == osx ]; then
|
if [ $TRAVIS_OS_NAME == osx ]; then
|
||||||
brew install openssl miniupnpc rapidjson sqlcipher xapian;
|
brew install openssl miniupnpc rapidjson sqlcipher;
|
||||||
fi
|
fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then brew install p7zip; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then brew install p7zip; fi
|
||||||
- if [ $TRAVIS_OS_NAME == osx ]; then npm install -g appdmg; fi
|
- if [ $TRAVIS_OS_NAME == osx ]; then npm install -g appdmg; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue