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

Commit

Permalink
CI: AppVeyor update Xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed May 14, 2016
1 parent a07ab5d commit 1ecc883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ install:
- IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/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.0rc3-7.0-vc14.dll
- IF %PHP%==1 appveyor DownloadFile http://xdebug.org/files/php_xdebug-2.4.0-7.0-vc14.dll
- IF %PHP%==1 echo [xdebug] >> php.ini
- IF %PHP%==1 echo zend_extension=c:\php\php_xdebug-2.4.0rc3-7.0-vc14.dll >> php.ini
- IF %PHP%==1 echo zend_extension=c:\php\php_xdebug-2.4.0-7.0-vc14.dll >> php.ini

# Go to project folder
- cd c:\projects\monolog-tracy
Expand Down

0 comments on commit 1ecc883

Please sign in to comment.