Skip to content

Commit 46d1d12

Browse files
committed
fixup! wip: ci
1 parent 19b1beb commit 46d1d12

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/extension/BuildPhpExtension/private/Invoke-Build.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Function Invoke-Build {
4040
) -join "-")
4141
& $builder -c $Config.vs_version -a $Config.Arch -s $Config.vs_toolset -t $task | Tee-Object -FilePath "build-$suffix.txt"
4242
Set-GAGroup end
43+
44+
echo ">>> $((Get-Location).Path)\$($Config.build_directory)"
45+
echo ">>> php_$($Config.name).dll"
46+
ls "$((Get-Location).Path)\$($Config.build_directory)"
47+
4348
if(-not(Test-Path "$((Get-Location).Path)\$($Config.build_directory)\php_$($Config.name).dll")) {
4449
throw "Failed to build the extension"
4550
}

.github/workflows/win.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
arch: x64
4949
# ts: ${{ matrix.ts }}
5050
ts: nts
51-
# build-directory: ${{ github.workspace }}
51+
build-directory: ${{ github.workspace }}
5252
# extension-url: https://github.com/xdebug/xdebug
5353
# extension-ref: '3.3.2'
5454

0 commit comments

Comments
 (0)