mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-14 09:34:41 +07:00
Refactor coverage and extension code
This commit is contained in:
5
src/scripts/ext/pcov.sh
Normal file
5
src/scripts/ext/pcov.sh
Normal file
@ -0,0 +1,5 @@
|
||||
cd ~ && git clone --depth=1 https://github.com/krakjoe/pcov.git
|
||||
cd pcov && phpize
|
||||
./configure --enable-pcov
|
||||
make
|
||||
sudo make install
|
Reference in New Issue
Block a user