Skip to content

Commit

Permalink
Artifact on Windows, attempt MapServer#90
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads committed Dec 3, 2021
1 parent cdb11e0 commit 8ace668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
$env:REQUEST_METHOD = "GET"
$env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:3857&BBOX=-20000000,-20000000,20000000,20000000&WIDTH=256&HEIGHT=256&LAYERS=global&TRANSPARENT=TRUE"
Start-Process -FilePath ".\mapcache.fcgi.exe" -RedirectStandardOutput "${{ github.workspace }}\build\fcgiwms.jpg" -NoNewWindow -Wait
perl.exe -version
Copy-Item -Path ${{ github.workspace }}\build\fcgiwms.jpg" -Destination ${{ github.workspace }}\build\fcgiwms.raw"
perl.exe -0777 -pi -e 's/\r\n/\n/g' "${{ github.workspace }}\build\fcgiwms.jpg"
perl.exe -0777 -pi -e 's/[A-Z][-:; ,\/=A-Za-z0-9]*\r\n//g' "${{ github.workspace }}\build\fcgiwms.jpg"
perl.exe -0777 -pi -e 's/\r\n//' "${{ github.workspace }}\build\fcgiwms.jpg"
Expand All @@ -88,5 +90,6 @@ jobs:
name: test-data
path: |
0.jpg
build/fcgiwms.raw
build/fcgiwms.jpg
build/fcgiwmts.jpg

0 comments on commit 8ace668

Please sign in to comment.