Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build and test GRASS provider (not plugin) on qt6 builds
  • Loading branch information
nyalldawson committed May 3, 2023
1 parent f0e5439 commit 74636ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .docker/docker-qgis-build.sh
Expand Up @@ -85,6 +85,7 @@ cmake \
-DWITH_STAGED_PLUGINS=ON \
-DWITH_GRASS7=${WITH_GRASS7} \
-DWITH_GRASS8=${WITH_GRASS8} \
-DWITH_GRASS_PLUGIN=${WITH_QT5} \
-DSUPPRESS_QT_WARNINGS=ON \
-DENABLE_TESTS=ON \
-DENABLE_MODELTEST=${WITH_QT5} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
with-quick: ON
with-clazy: OFF
with-grass7: OFF
with-grass8: OFF
with-grass8: ON
with-compile-commands: OFF
LD_PRELOAD: ''
experimental: false
Expand Down

0 comments on commit 74636ce

Please sign in to comment.