mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 08:29:26 -05:00
Merge pull request #1750 from csoler/v0.6-MacOS-Fix
trying to fix MacOS compilation on travis by remving unused dependenc…
This commit is contained in:
commit
92c904cf02
@ -32,7 +32,8 @@ 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 cmark;
|
# add cmark in the list below if we later enable cmark during compilation
|
||||||
|
brew install openssl miniupnpc rapidjson sqlcipher xapian;
|
||||||
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…
Reference in New Issue
Block a user