Skip to content

Commit

Permalink
Enable Windows Update service on AppVeyor
Browse files Browse the repository at this point in the history
The `php` Chocolatey package depends on `KB2919442` which isn't installed
on AppVeyor, and thus attempts to install it. This was failing as it
requires the Windows Update process to be running properly. This forces
that to be enabled.
  • Loading branch information
Arcanemagus committed Dec 12, 2016
1 parent e00db51 commit 4bd2516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -9,6 +9,8 @@ branches:
install:
- cinst -y OpenSSL.Light
- SET PATH=C:\Program Files\OpenSSL;%PATH%
- sc config wuauserv start= auto
- net start wuauserv
- cinst -y php
- cd c:\tools\php
- copy php.ini-production php.ini
Expand Down

0 comments on commit 4bd2516

Please sign in to comment.