We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215e130 commit f2a1ddcCopy full SHA for f2a1ddc
.appveyor.yml
@@ -145,7 +145,9 @@ build_script:
145
$dname1 = 'php-' + $env:PHP_VER + $ts_part + '-devel-' + $env:VC.toUpper() + '-' + $env:ARCH
146
if (-not (Test-Path c:\build-cache\$dname1)) {
147
7z x c:\build-cache\$bname -oc:\build-cache
148
- move c:\build-cache\$dname0 c:\build-cache\$dname1
+ if ($dname0 -ne $dname1) {
149
+ move c:\build-cache\$dname0 c:\build-cache\$dname1
150
+ }
151
}
152
cd c:\projects\ast
153
$env:PATH = 'c:\build-cache\' + $dname1 + ';' + $env:PATH
0 commit comments