Home
last modified time | relevance | path

Searched refs:bname (Results 1 – 2 of 2) sorted by relevance

/ext-fiber/.appveyor/
H A Dinstall.ps17 $bname = "php-sdk-$env:BIN_SDK_VER.zip" variable
8 if (-not (Test-Path "C:\build-cache\$bname")) { variable
9 …"https://github.com/Microsoft/php-sdk-binary-tools/archive/$bname" -OutFile "C:\build-cache\$bname" variable
14 Expand-Archive "C:\build-cache\$bname" 'C:\build-cache' variable
35 if (-not (Test-Path "C:\build-cache\$bname")) { variable
37 …oke-WebRequest "https://windows.php.net/downloads/releases/$bname" -OutFile "C:\build-cache\$bname" variable
39 … Invoke-WebRequest "https://windows.php.net/downloads/qa/$bname" -OutFile "C:\build-cache\$bname" variable
45 Expand-Archive "C:\build-cache\$bname" 'C:\build-cache' variable
53 if (-not (Test-Path "C:\build-cache\$bname")) { variable
55 …oke-WebRequest "https://windows.php.net/downloads/releases/$bname" -OutFile "C:\build-cache\$bname" variable
[all …]
H A Dpackage.ps110 $bname = "php_fiber-$env:APPVEYOR_REPO_TAG_NAME-$env:PHP_VER-$ts_part-$env:VC-$env:ARCH" variable
12 …$bname = "php_fiber-$($env:APPVEYOR_REPO_COMMIT.substring(0, 8))-$env:PHP_VER-$ts_part-$env:VC-$en… variable
14 $zip_bname = "$bname.zip"

Completed in 4 milliseconds