From 8ace66839e15b6edd5f63192761d2310800ae566 Mon Sep 17 00:00:00 2001 From: jbo-ads Date: Fri, 3 Dec 2021 12:20:35 +0100 Subject: [PATCH] Artifact on Windows, attempt #90 --- .github/workflows/build-windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index f97e6ac7..bf032af0 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -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" @@ -88,5 +90,6 @@ jobs: name: test-data path: | 0.jpg + build/fcgiwms.raw build/fcgiwms.jpg build/fcgiwmts.jpg