1
0
Fork 0

ci(appveyor): cache chocolatey downloads

ci-benchmarks
Felix Becker 2017-10-30 21:12:44 -07:00
parent 1edbe35609
commit d3c9133892
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ max_jobs: 3
cache: cache:
- '%LOCALAPPDATA%\Composer' - '%LOCALAPPDATA%\Composer'
- '%LOCALAPPDATA%\Temp\Chocolatey'
environment: environment:
ANSICON: 121x90 (121x90) ANSICON: 121x90 (121x90)
@ -19,6 +20,7 @@ environment:
install: install:
# Enable Windows Update service, needed to install vcredist2015 (dependency of php) # Enable Windows Update service, needed to install vcredist2015 (dependency of php)
- ps: Set-Service wuauserv -StartupType Manual - ps: Set-Service wuauserv -StartupType Manual
- choco config set cacheLocation %LOCALAPPDATA%\Temp\Chocolatey
- choco install -y php --version %PHP_VERSION% - choco install -y php --version %PHP_VERSION%
- choco install -y composer - choco install -y composer
- refreshenv - refreshenv