Skip to content

Commit

Permalink
CI: also test -DGDAL_ENABLE_PLUGINS_NO_DEPS=ON on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 5, 2024
1 parent f0bd7cb commit ffe6b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/alpine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ cmake ${GDAL_SOURCE_DIR:=..} \
-DIconv_INCLUDE_DIR=/usr/include/gnu-libiconv \
-DIconv_LIBRARY=/usr/lib/libiconv.so \
-DADD_EXTERNAL_DEFERRED_PLUGIN_FOO=/tmp/foo.cpp \
-DGDAL_ENABLE_PLUGINS=ON \
-DGDAL_ENABLE_PLUGINS_NO_DEPS=ON \
-DCMAKE_CXX_STANDARD=23 \
-DCMAKE_C_FLAGS=-Werror -DCMAKE_CXX_FLAGS="-Werror" -DWERROR_DEV_FLAG="-Werror=dev"
make -j$(nproc)
Expand Down

0 comments on commit ffe6b06

Please sign in to comment.