Skip to content

Commit

Permalink
Enable grass on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 17, 2015
1 parent 5ac5217 commit 42e8693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/linux/install.sh
@@ -1,5 +1,5 @@
mkdir build
cd build
cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF \
cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=ON \
-DSUPPRESS_QT_WARNINGS=ON -DENABLE_MODELTEST=ON -DENABLE_PGTEST=ON \
-DWITH_QWTPOLAR=OFF -DWITH_APIDOC=ON -DWITH_PYSPATIALITE=ON ..

0 comments on commit 42e8693

Please sign in to comment.