Skip to content

Commit

Permalink
try to split
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioettorre committed Nov 20, 2023
1 parent e3fc2b4 commit e327767
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: "${{ matrix.python }}"

- name: Install PROJ with vcpkg adn build wheel
- name: Install vcpkg on custom path
env:
PROJ_WHEEL: true
PROJ_NETWORK: ON
Expand All @@ -30,7 +30,6 @@ jobs:
shell: cmd
run: |
set PROJ_DIR="C:\Tools\proj-%PROJSOURCE:~0,5%"
set
choco install ninja
REM choco install cmake
mkdir C:\Tools\vcpkg
Expand All @@ -44,6 +43,25 @@ jobs:
7z x -aoa -y "proj-%PROJSOURCE:~0,5%.zip"
git clone https://github.com/Microsoft/vcpkg.git > nul
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
- name: Install PROJ
env:
PROJ_WHEEL: true
PROJ_NETWORK: ON
GDAL_VERSION: 3.7.3
PROJSOURCE: 9.1.0
BUILD_SHARED_LIBS: ON
PYPROJ_VERSION: 3.6.1
REPO_DIR: pyproj
BUILD_PROJ: 1
platform: "x64-windows"
shell: cmd
set PROJ_DIR="C:\Tools\proj-%PROJSOURCE:~0,5%"
set VCPKG_INSTALLED=C:\Tools\vcpkg\installed\%platform%
set
c:
cd \
cd c:\tools
dir
.\vcpkg\vcpkg.exe install sqlite3[core,tool]:"%platform%"
.\vcpkg\vcpkg.exe install tiff:"%platform%"
.\vcpkg\vcpkg.exe install curl:"%platform%"
Expand Down

0 comments on commit e327767

Please sign in to comment.