Skip to content

Commit

Permalink
add modules output to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Nov 23, 2016
1 parent d0e50e6 commit 6d1c783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -39,6 +39,8 @@ build_script:
mkdir C:\projects\apcu\bin\modules.d
echo extension=php_apcu.dll > C:\projects\apcu\bin\modules.d\apcu.ini
C:\projects\apcu\bin\php.exe -m
test_script:
- cmd: C:\projects\apcu\bin\php.exe -doutput_buffering=0 run-tests.php ext\apcu -p C:\projects\apcu\bin\php.exe -q --show-diff
artifacts:
Expand Down

0 comments on commit 6d1c783

Please sign in to comment.