build: off cache: - c:\php -> appveyor.yml - '%LOCALAPPDATA%\Composer\files -> appveyor.yml' clone_folder: c:\projects\dibi services: - mysql init: - SET PATH=c:\php;%PATH% - SET PHP=1 - SET ANSICON=121x90 (121x90) 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-5.6.14-Win32-VC11-x86.zip - IF %PHP%==1 7z x php-5.6.14-Win32-VC11-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 - cd c:\projects\dibi # Install Nette Tester - appveyor DownloadFile https://getcomposer.org/composer.phar - php composer.phar install --prefer-dist --no-interaction --no-progress # Create databases.ini - copy tests\databases.appveyor.ini tests\databases.ini test_script: - vendor\bin\tester tests -s -p php -c tests\php-win.ini on_failure: # Print *.actual content - type tests\dibi\output\*.actual