%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /data/www_bck/varak.net_bck/warhammer.varak.net/vendor/nette/tester/
Upload File :
Create Path :
Current File : //data/www_bck/varak.net_bck/warhammer.varak.net/vendor/nette/tester/appveyor.yml

build: off
cache:
    - c:\php -> appveyor.yml

clone_folder: c:\projects\tester

init:
    - SET ANSICON=121x90 (121x90)

install:
    # Install PHP 5.6
    - IF EXIST c:\php\56 (SET PHP=0) ELSE (SET PHP=1)
    - IF %PHP%==1 mkdir c:\php\56
    - IF %PHP%==1 cd c:\php\56
    - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-5.6.30-Win32-VC11-x86.zip --output php.zip
    - IF %PHP%==1 7z x php.zip >nul
    - IF %PHP%==1 del /Q *.zip

    # Install PHP 7.0
    - IF EXIST c:\php\70 (SET PHP=0) ELSE (SET PHP=1)
    - IF %PHP%==1 mkdir c:\php\70
    - IF %PHP%==1 cd c:\php\70
    - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.0.20-Win32-VC14-x86.zip --output php.zip
    - IF %PHP%==1 7z x php.zip >nul
    - IF %PHP%==1 del /Q *.zip

    # Install PHP 7.1
    - IF EXIST c:\php\71 (SET PHP=0) ELSE (SET PHP=1)
    - IF %PHP%==1 mkdir c:\php\71
    - IF %PHP%==1 cd c:\php\71
    - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.6-Win32-VC14-x64.zip --output php.zip
    - IF %PHP%==1 7z x php.zip >nul
    - IF %PHP%==1 del /Q *.zip

    # Install PHP 7.2
    - IF EXIST c:\php\72 (SET PHP=0) ELSE (SET PHP=1)
    - IF %PHP%==1 mkdir c:\php\72
    - IF %PHP%==1 cd c:\php\72
    - IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.2.2-Win32-VC15-x64.zip --output php.zip
    - IF %PHP%==1 7z x php.zip >nul
    - IF %PHP%==1 del /Q *.zip

    - cd c:\projects\tester

test_script:
    - c:\php\56\php src\tester tests -s -p c:\php\56\php
    - c:\php\56\php src\tester tests -s -p c:\php\56\php-cgi

    - c:\php\70\php src\tester tests -s -p c:\php\70\php
    - c:\php\70\php src\tester tests -s -p c:\php\70\php-cgi
    - c:\php\70\php src\tester tests -s -p c:\php\70\phpdbg

    - c:\php\71\php src\tester tests -s -p c:\php\71\php
    - c:\php\71\php src\tester tests -s -p c:\php\71\php-cgi
    - c:\php\71\php src\tester tests -s -p c:\php\71\phpdbg

    - c:\php\72\php src\tester tests -s -p c:\php\72\php
    - c:\php\72\php src\tester tests -s -p c:\php\72\php-cgi
    - c:\php\72\php src\tester tests -s -p c:\php\72\phpdbg

on_failure:
    # Print *.actual content
    - for /r %%x in (*.actual) do ( type "%%x" )

Zerion Mini Shell 1.0