Skip to content

Commit

Permalink
Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test…
Browse files Browse the repository at this point in the history
…-suite
  • Loading branch information
michaellarabel committed Feb 5, 2020
2 parents b8a6eea + fe80b92 commit 4d080c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phoronix-test-suite.bat
Expand Up @@ -36,12 +36,12 @@ If defined PHP_BIN goto SkipBinSearch
If not exist C:\PHP\php.exe (
echo Attempting to download and setup Windows PHP release.
If not exist php.zip (
powershell -command "& { iwr http://phoronix-test-suite.com/benchmark-files/php-7.2.3-Win32-VC15-x64.zip -OutFile php.zip }"
powershell -command "& { $ProgressPreference = 'SilentlyContinue'; iwr http://phoronix-test-suite.com/benchmark-files/php-7.2.3-Win32-VC15-x64.zip -OutFile php.zip; $ProgressPreference = 'Continue' }"
)
powershell -command "& { Expand-Archive php.zip -DestinationPath C:\PHP }"
If not exist VC_redist.x64.exe (
echo Attempting to download and run Visual C++ Redistributable for Visual Studio 2017 support.
powershell -command "& { iwr https://go.microsoft.com/fwlink/?LinkId=746572 -OutFile VC_redist.x64.exe }"
powershell -command "& { $ProgressPreference = 'SilentlyContinue'; iwr https://go.microsoft.com/fwlink/?LinkId=746572 -OutFile VC_redist.x64.exe; $ProgressPreference = 'Continue' }"
VC_redist.x64.exe
)
)
Expand Down

0 comments on commit 4d080c5

Please sign in to comment.