1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-30 04:39:01 +01:00

Adjust AppVeyor to PHP 7.3

This commit is contained in:
Niklas Keller 2019-01-09 22:31:46 +01:00
parent 80c07011d6
commit 687776dc69

View File

@ -8,21 +8,21 @@ platform:
clone_folder: c:\projects\amphp clone_folder: c:\projects\amphp
cache: cache:
- c:\tools\php72 -> appveyor.yml - c:\tools\php73 -> appveyor.yml
init: init:
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php72;%PATH% - SET PATH=C:\Program Files\OpenSSL;c:\tools\php73;%PATH%
- SET COMPOSER_NO_INTERACTION=1 - SET COMPOSER_NO_INTERACTION=1
- SET PHP=1 - SET PHP=1
- SET ANSICON=121x90 (121x90) - SET ANSICON=121x90 (121x90)
install: install:
- IF EXIST c:\tools\php72 (SET PHP=0) - IF EXIST c:\tools\php73 (SET PHP=0)
- IF %PHP%==1 sc config wuauserv start= auto - IF %PHP%==1 sc config wuauserv start= auto
- IF %PHP%==1 net start wuauserv - IF %PHP%==1 net start wuauserv
- IF %PHP%==1 cinst -y OpenSSL.Light - IF %PHP%==1 cinst -y OpenSSL.Light
- IF %PHP%==1 cinst -y php - IF %PHP%==1 cinst -y php
- cd c:\tools\php72 - cd c:\tools\php73
- IF %PHP%==1 copy php.ini-production php.ini /Y - IF %PHP%==1 copy php.ini-production php.ini /Y
- IF %PHP%==1 echo date.timezone="UTC" >> php.ini - IF %PHP%==1 echo date.timezone="UTC" >> php.ini
- IF %PHP%==1 echo extension_dir=ext >> php.ini - IF %PHP%==1 echo extension_dir=ext >> php.ini