mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Merge pull request #1756 from strk/travis-modeltest
Have travis build with model test enabled
This commit is contained in:
commit
7057af381c
@ -18,7 +18,8 @@ before_install:
|
||||
install:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
|
||||
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF \
|
||||
-DSUPPRESS_QT_WARNINGS=ON -DENABLE_MODELTEST=ON ..
|
||||
|
||||
script: xvfb-run ctest -V -E 'Atlas|atlas|PyQgsPalLabelingCanvas|PyQgsPalLabelingServer|qgis_wcsprovidertest' -S ../qgis-test-travis.ctest --output-on-failure
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user