Skip to content

Commit 6dbbbd7

Browse files
committed
install make for windows
1 parent c54bb82 commit 6dbbbd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ init:
3333
## Install PHP and composer, and run the appropriate composer command
3434
install:
3535
- IF EXIST c:\tools\php (SET PHP=0)
36+
- ps: cinst make
3637
- ps: appveyor-retry cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php_ver_target | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
3738
- cd c:\tools\php
3839
- IF %PHP%==1 copy php.ini-production php.ini /Y
@@ -52,4 +53,4 @@ install:
5253
## Run the actual test
5354
test_script:
5455
- cd c:\projects\php-project-workspace
55-
- vendor/bin/phpunit -c phpunit.xml.dist
56+
- make qa-windows

0 commit comments

Comments
 (0)