1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00

Start Windows Update server on Appveyor

This commit is contained in:
Niklas Keller 2017-06-23 14:45:56 +02:00
parent 2d5a7ab37b
commit 18427385bc

View File

@ -18,6 +18,8 @@ init:
install:
- IF EXIST c:\tools\php (SET PHP=0)
- IF %PHP%==1 sc config wuauserv start= auto
- IF %PHP%==1 net start wuauserv
- IF %PHP%==1 cinst -y OpenSSL.Light
- IF %PHP%==1 cinst -y php
- cd c:\tools\php