Skip to content

Commit 53d40e8

Browse files
committedMar 21, 2016
travis: disable fcgi and server on osx (fastcgi.com apparently gone)
1 parent 271750f commit 53d40e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎ci/travis/osx/before_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
brew tap osgeo/osgeo4mac
22
brew update
3-
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
3+
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies --without-server
44
brew install qca
5-
brew install spawn-fcgi
6-
brew install lighttpd
5+
#brew install spawn-fcgi
6+
#brew install lighttpd
77
brew install poppler
88

99
brew ln bison --force

‎ci/travis/osx/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd build
33
#no PGTEST for OSX - can't get postgres to start with brew install
44
#no APIDOC for OSX - doxygen tests and warnings are covered by linux build
55
#no deprecated-declarations warnings... requires QGIS ported to Cocoa
6-
cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=ON -DWITH_GRASS=OFF \
6+
cmake -DWITH_SERVER=OFF -DWITH_STAGED_PLUGINS=ON -DWITH_GRASS=OFF \
77
-DSUPPRESS_QT_WARNINGS=ON -DENABLE_MODELTEST=ON -DENABLE_PGTEST=OFF \
88
-DWITH_QWTPOLAR=OFF -DWITH_PYSPATIALITE=ON \
99
-DQWT_INCLUDE_DIR=/usr/local/opt/qwt/lib/qwt.framework/Headers/ \

0 commit comments

Comments
 (0)
Please sign in to comment.