File tree Expand file tree Collapse file tree
extension/BuildPhpExtension/private Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments