Skip to content

Commit

Permalink
Artifact on Windows, attempt MapServer#46
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads committed Dec 1, 2021
1 parent 0f8a21c commit 496f4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
$env:MAPCACHE_CONFIG_FILE = "${{ github.workspace }}\build\mapcache.xml"
$env:PATH_INFO = "/"
$env:REQUEST_METHOD = "GET"
$env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:4326&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=global&TRANSPARENT=TRUE"
$env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/jpeg&SRS=EPSG:3857&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=global&TRANSPARENT=TRUE"
Start-Transcript -Path "${{ github.workspace }}\build\fcgi.out"
.\mapcache.fcgi.exe
Stop-Transcript
Expand Down

0 comments on commit 496f4ed

Please sign in to comment.