Skip to content

Commit 95f2b30

Browse files
committed
Artifact on Windows, attempt MapServer#42
1 parent 6b4cbf4 commit 95f2b30

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build-windows.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ jobs:
4545
run: |
4646
$sdkprefix = "${{ github.workspace }}\sdk\release-1928-x64"
4747
Set-Location -Path "$sdkprefix\bin"
48-
$MAPCACHE_CONFIG_FILE = "${{ github.workspace }}\mapcache.xml"
49-
$PATH_INFO = "/"
50-
$REQUEST_METHOD = "GET"
51-
$QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/png&SRS=EPSG:4326&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=test&TRANSPARENT=TRUE"
48+
$env:MAPCACHE_CONFIG_FILE = "${{ github.workspace }}\mapcache.xml"
49+
$env:PATH_INFO = "/"
50+
$env:REQUEST_METHOD = "GET"
51+
$env:QUERY_STRING = "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image/png&SRS=EPSG:4326&BBOX=0,0,10,10&WIDTH=256&HEIGHT=256&LAYERS=test&TRANSPARENT=TRUE"
52+
Start-Transcript -Path "${{ github.workspace }}\build\fcgi.out"
5253
.\mapcache.fcgi.exe
54+
Stop-Transcript
55+
Get-ChildItem -Path "${{ github.workspace }}\build"
5356
.\mapcache_seed.exe -h
5457
.\mapcache_detail.exe --help
5558
Get-ChildItem -Path .

0 commit comments

Comments
 (0)