Skip to content

Commit 19b1beb

Browse files
committed
fixup! wip: ci
1 parent 6b96545 commit 19b1beb

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

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

Lines changed: 5 additions & 13 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"
@@ -30,14 +30,6 @@ Function Invoke-Build {
3030
if($env:ARTIFACT_NAMING_SCHEME -eq 'pecl') {
3131
$ref = $Config.ref.ToLower()
3232
}
33-
echo ">>> builder: $builder"
34-
ls php-sdk
35-
echo ">>> -c: $Config.vs_version"
36-
echo ">>> -a: $Config.Arch"
37-
echo ">>> -s: $Config.vs_toolset"
38-
ls D:\a\php-ext-lz4\php-ext-lz4\build
39-
echo ">>> -t: $task"
40-
ls D:\a\php-ext-lz4\php-ext-lz4\.github\extension\BuildPhpExtension\private\..\config
4133
$suffix = "php_" + (@(
4234
$Config.name,
4335
$ref,
@@ -52,10 +44,10 @@ Function Invoke-Build {
5244
throw "Failed to build the extension"
5345
}
5446
Add-BuildLog tick $Config.name "Extension $($Config.name) built successfully"
55-
} catch {
56-
Add-BuildLog cross $Config.name "Failed to build the extension"
57-
throw
58-
}
47+
# } catch {
48+
# Add-BuildLog cross $Config.name "Failed to build the extension"
49+
# throw
50+
# }
5951
}
6052
end {
6153
}

0 commit comments

Comments
 (0)