Skip to content

Commit e11c244

Browse files
committed
fixup! wip: ci
1 parent ae8916d commit e11c244

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ Function Invoke-Build {
3131
$ref = $Config.ref.ToLower()
3232
}
3333
echo ">>> builder: $builder"
34+
ls php-sdk
3435
echo ">>> -c: $Config.vs_version"
3536
echo ">>> -a: $Config.Arch"
3637
echo ">>> -s: $Config.vs_toolset"
38+
ls D:\a\php-ext-lz4\php-ext-lz4\build
39+
ls D:\a\php-ext-lz4\php-ext-lz4\build\f10af2bd\
40+
ls D:\a\php-ext-lz4\php-ext-lz4\build\f10af2bd\php-dev
3741
echo ">>> -t: $task"
42+
ls D:\a\php-ext-lz4\php-ext-lz4\.github\extension\BuildPhpExtension\private\..\config
3843
$suffix = "php_" + (@(
3944
$Config.name,
4045
$ref,

0 commit comments

Comments
 (0)