Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Jan 6, 2025
1 parent a4694fb commit 0ab16e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-gdal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ if [ -f CMakeLists.txt ]; then
-DGDAL_USE_GEOS=ON \
-DBUILD_JAVA_BINDINGS=OFF \
-DBUILD_CSHARP_BINDINGS=OFF \
-DGDAL_ENABLE_DRIVER_GTIFF=ON \
-DGDAL_ENABLE_DRIVER_VRT=ON \
-DGDAL_ENABLE_DRIVER_MEM=ON \
-DOGR_ENABLE_DRIVER_MEM=ON \
-DOGR_ENABLE_DRIVER_GEOJSON=ON \
-DOGR_ENABLE_DRIVER_TAB=ON \
-DOGR_ENABLE_DRIVER_VRT=ON \
-DOGR_ENABLE_DRIVER_SHAPE=ON \
-DOGR_ENABLE_DRIVER_SQLITE=ON

make -j8
Expand Down

0 comments on commit 0ab16e6

Please sign in to comment.