mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-08-06 08:12:09 -03:00
8 lines
127 B
Bash
8 lines
127 B
Bash
git clone --depth=1 https://github.com/krakjoe/pcov.git
|
|
(
|
|
cd pcov && phpize
|
|
./configure --enable-pcov
|
|
make
|
|
sudo make install
|
|
)
|