diff --git a/.github/workflows/test_gdal_latest.yaml b/.github/workflows/test_gdal_latest.yaml index 96de27c06..72fa675d9 100644 --- a/.github/workflows/test_gdal_latest.yaml +++ b/.github/workflows/test_gdal_latest.yaml @@ -2,7 +2,7 @@ name: Test GDAL Latest on: push: - branches: [ main ] + branches: [ main, 'maint-*' ] schedule: - cron: '0 0 * * 0' pull_request: # also build on PRs touching this file @@ -59,7 +59,7 @@ jobs: cmake \ curl \ git - bash ci/gdal-compile.sh 3.6.0rc2 + bash ci/gdal-compile.sh git - name: Install dependencies run: | diff --git a/ci/gdal-compile.sh b/ci/gdal-compile.sh index bfaf75e2e..566161bd2 100644 --- a/ci/gdal-compile.sh +++ b/ci/gdal-compile.sh @@ -22,7 +22,6 @@ cmake .. \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=Release \ -DOGR_BUILD_OPTIONAL_DRIVERS=OFF \ - -DOGR_ENABLE_DRIVER_GML=ON \ -DBUILD_CSHARP_BINDINGS=OFF \ -DBUILD_PYTHON_BINDINGS=OFF \ -DBUILD_JAVA_BINDINGS=OFF