Skip to content

Commit 2ad2781

Browse files
author
Sandro Santilli
committed
Have travis build with model test enabled
1 parent 0b954c1 commit 2ad2781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ before_install:
1818
install:
1919
- mkdir build
2020
- cd build
21-
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
21+
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF \
22+
-DSUPPRESS_QT_WARNINGS=ON -DENABLE_MODELTEST=ON ..
2223

2324
script: xvfb-run ctest -V -E 'Atlas|atlas|PyQgsPalLabelingCanvas|PyQgsPalLabelingServer|qgis_wcsprovidertest' -S ../qgis-test-travis.ctest --output-on-failure
2425

0 commit comments

Comments
 (0)