mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-29 20:28:59 +01:00
Download curl cacert
This commit is contained in:
parent
a464523b20
commit
46fb531055
@ -30,6 +30,8 @@ install:
|
||||
- IF %PHP%==1 echo extension=php_mbstring.dll >> php.ini
|
||||
- IF %PHP%==1 echo extension=php_fileinfo.dll >> php.ini
|
||||
- IF %PHP%==1 echo extension=php_curl.dll >> php.ini
|
||||
- IF %PHP%==1 echo curl.cainfo=c:\tools\php74\cacert.pem >> php.ini
|
||||
- IF %PHP%==1 curl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem
|
||||
- cd c:\projects\amphp
|
||||
- appveyor DownloadFile https://getcomposer.org/composer.phar
|
||||
- php composer.phar install --prefer-dist --no-progress
|
||||
|
Loading…
Reference in New Issue
Block a user