Skip to content

Commit

Permalink
CI: Update latest build to build git & remove GML
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Nov 12, 2022
1 parent 88a848f commit a338ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_gdal_latest.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion ci/gdal-compile.sh
Expand Up @@ -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
Expand Down

0 comments on commit a338ad2

Please sign in to comment.