@@ -20,19 +20,19 @@ services:
2020
2121# # Set up environment variables
2222init :
23- - SET PATH=C:\Program Files\OpenSSL;c:\tools\php73;C:\Program Files\PostgreSQL\9.4\bin\;%PATH%
2423 - SET COMPOSER_NO_INTERACTION=1
2524 - SET PHP=1 # This var is connected to PHP install cache
2625 - SET ANSICON=121x90 (121x90)
2726
2827# # Install PHP and composer, and run the appropriate composer command Get the MSSQL DLL's and XDEBUG
2928install :
3029 # Enable Windows Update service, needed to install vcredist2015 (dependency of php)
31- - IF EXIST c:\tools\php (SET PHP=0)
30+ - IF EXIST c:\tools\php73 (SET PHP=0)
3231 - ps : Set-Service wuauserv -StartupType Manual
3332 - choco config set cacheLocation %LOCALAPPDATA%\Temp\Chocolatey
3433 - choco install -y php --version %php_ver_target%
3534 - choco install -y sqlite
35+ - choco install -y postgresql --params '/Password:Password12!'
3636 - choco install -y composer
3737 - refreshenv
3838 - composer install --no-interaction --no-progress --prefer-dist
@@ -83,7 +83,7 @@ install:
8383 - IF %PHP%==1 echo xdebug.remote_autostart=1 >> php.ini
8484 - IF %PHP%==1 echo xdebug.profiler_enable=off >> php.ini
8585 - path
86- - appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
86+ - appveyor DownloadFile https://getcomposer.org/composer.phar
8787 - cd c:\projects\php-project-workspace
8888 - composer self-update
8989 - composer require phpstan/phpstan "0.11.3"
0 commit comments