Skip to content

Commit

Permalink
test with pdal on win
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Oct 2, 2024
1 parent 3f61cd7 commit 4808e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
name: OSGeo4W

on:
push:
branches:
- main
- releasebranch_*
pull_request:

on: [push]
jobs:
build:
name: ${{ matrix.os }} build and tests
Expand Down Expand Up @@ -43,7 +37,7 @@ jobs:
mingw-w64-x86_64-gcc mingw-w64-x86_64-ccache mingw-w64-x86_64-zlib mingw-w64-x86_64-libiconv
mingw-w64-x86_64-bzip2 mingw-w64-x86_64-gettext mingw-w64-x86_64-libsystre
mingw-w64-x86_64-libtre-git mingw-w64-x86_64-libwinpthread-git mingw-w64-x86_64-libpng
mingw-w64-x86_64-pcre
mingw-w64-x86_64-pcre mingw-w64-x86_64-pdal

- name: Setup OSGeo4W environment
uses: echoix/setup-OSGeo4W@17deecd39e077a80bf1081443998ea8edd6f15bf # v0.1.0
Expand All @@ -63,7 +57,6 @@ jobs:
libtiff-devel
libxdr
netcdf-devel
pdal-devel
pdcurses
proj-devel
python3-core
Expand Down
2 changes: 1 addition & 1 deletion mswindows/osgeo4w/build_osgeo4w.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export ARCH=x86_64-w64-mingw32
--with-bzlib \
--with-liblas=${SRC}/mswindows/osgeo4w/liblas-config \
--with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config \
--without-pdal
--with-pdal

make

Expand Down

0 comments on commit 4808e54

Please sign in to comment.