mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[travis] OSX: Force sip version 4.17 due to build problems
This commit is contained in:
parent
b95d6c1d94
commit
842159036a
@ -1,7 +1,5 @@
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- os: osx
|
||||
include:
|
||||
# QT4 based build with Python 2.7 // using container based builds and prebuild binary dependencies in osgeo4travis
|
||||
- os: linux
|
||||
|
@ -1,6 +1,8 @@
|
||||
brew tap osgeo/osgeo4mac
|
||||
brew update
|
||||
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
|
||||
brew install https://raw.githubusercontent.com/opengisch/homebrew-versions/sip-4.17/sip417.rb
|
||||
brew link --overwrite sip417
|
||||
brew install qca
|
||||
brew install spawn-fcgi
|
||||
brew install lighttpd
|
||||
|
Loading…
x
Reference in New Issue
Block a user