Skip to content

Commit 788e4c7

Browse files
committed
t1
1 parent 463db6f commit 788e4c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ job-test: &job-test
3333
- run:
3434
name: Install PCOV
3535
command: |
36-
sudo pecl install pcov
36+
git clone https://github.com/sebastianbergmann/pcov.git
37+
cd pcov
38+
phpize
39+
./configure --enable-pcov
40+
make
41+
make test
42+
make install
3743
echo "extension=pcov.so" | sudo tee -a /usr/local/etc/php/conf.d/pcov.ini
3844
echo "pcov.enabled=1" | sudo tee -a /usr/local/etc/php/conf.d/pcov.ini
3945

0 commit comments

Comments
 (0)