mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Cull unneeded dependencies from Travis OSX build
This commit is contained in:
parent
73522dce7e
commit
d16e57ffc1
@ -1,6 +1,6 @@
|
||||
brew tap osgeo/osgeo4mac
|
||||
brew update
|
||||
brew install osgeo/osgeo4mac/qgis-28 --only-dependencies
|
||||
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
|
||||
brew install spawn-fcgi
|
||||
brew install lighttpd
|
||||
brew install poppler
|
||||
@ -12,3 +12,6 @@ brew ln expat --force
|
||||
brew ln libxml2 --force
|
||||
brew ln gettext --force
|
||||
brew ln libffi --force
|
||||
|
||||
mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages
|
||||
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth
|
||||
|
Loading…
x
Reference in New Issue
Block a user