Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
AppVeyor: update PHP and Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed May 31, 2016
1 parent e107ae7 commit 1504a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ install:
# Install PHP
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
- IF %PHP%==1 cd c:\php
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-7.0.5-Win32-VC14-x86.zip
- IF %PHP%==1 7z x php-7.0.5-Win32-VC14-x86.zip >nul
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-7.0.6-Win32-VC14-x86.zip
- IF %PHP%==1 7z x php-7.0.6-Win32-VC14-x86.zip >nul
- IF %PHP%==1 echo extension_dir=ext >> php.ini
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini
- IF %PHP%==1 del /Q *.zip
# Install Composer
- IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/composer.phar
- IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/download/1.1.1/composer.phar
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
# Install Xdebug
- IF %PHP%==1 appveyor DownloadFile http://xdebug.org/files/php_xdebug-2.4.0-7.0-vc14.dll
Expand Down

0 comments on commit 1504a6c

Please sign in to comment.