Skip to content

Commit

Permalink
Fix Appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Sep 21, 2017
1 parent fa0b1d4 commit 11a1520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ install:
# install ssl
- IF NOT EXIST "C:\Program Files\OpenSSL" (cinst -y OpenSSL.Light)
# install php
- IF NOT EXIST C:\tools\php (cinst -y php)
- ps: Set-Service wuauserv -StartupType Manual # http://help.appveyor.com/discussions/problems/5616-not-able-to-build-due-to-problem-in-chocolateyinstallps1
- IF NOT EXIST C:\tools\php (cinst --params '""/InstallDir:C:\tools\php""' -y php)
- echo extension_dir=ext > C:\tools\php\php.ini
- echo extension=php_openssl.dll >> C:\tools\php\php.ini
- echo extension=php_mbstring.dll >> C:\tools\php\php.ini
Expand Down

0 comments on commit 11a1520

Please sign in to comment.