Skip to content

Commit 8ace668

Browse files
committed
Artifact on Windows, attempt MapServer#90
1 parent cdb11e0 commit 8ace668

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
$env:REQUEST_METHOD = "GET"
6969
$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"
7070
Start-Process -FilePath ".\mapcache.fcgi.exe" -RedirectStandardOutput "${{ github.workspace }}\build\fcgiwms.jpg" -NoNewWindow -Wait
71+
perl.exe -version
72+
Copy-Item -Path ${{ github.workspace }}\build\fcgiwms.jpg" -Destination ${{ github.workspace }}\build\fcgiwms.raw"
7173
perl.exe -0777 -pi -e 's/\r\n/\n/g' "${{ github.workspace }}\build\fcgiwms.jpg"
7274
perl.exe -0777 -pi -e 's/[A-Z][-:; ,\/=A-Za-z0-9]*\r\n//g' "${{ github.workspace }}\build\fcgiwms.jpg"
7375
perl.exe -0777 -pi -e 's/\r\n//' "${{ github.workspace }}\build\fcgiwms.jpg"
@@ -88,5 +90,6 @@ jobs:
8890
name: test-data
8991
path: |
9092
0.jpg
93+
build/fcgiwms.raw
9194
build/fcgiwms.jpg
9295
build/fcgiwmts.jpg

0 commit comments

Comments
 (0)