Skip to content

Commit 8a6a198

Browse files
committed
fixup! wip: ci
1 parent e31a4e0 commit 8a6a198

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Function Invoke-Build {
1414
}
1515
process {
1616
Add-StepLog "Building $($Config.name) extension"
17-
# try {
17+
try {
1818
Set-GAGroup start
1919

2020
$builder = "php-sdk\phpsdk-starter.bat"
@@ -54,10 +54,10 @@ Function Invoke-Build {
5454
throw "Failed to build the extension"
5555
}
5656
Add-BuildLog tick $Config.name "Extension $($Config.name) built successfully"
57-
# } catch {
58-
# Add-BuildLog cross $Config.name "Failed to build the extension"
59-
# throw
60-
# }
57+
} catch {
58+
Add-BuildLog cross $Config.name "Failed to build the extension"
59+
throw
60+
}
6161
}
6262
end {
6363
}

.github/workflows/win.yaml

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

0 commit comments

Comments
 (0)