Skip to content

Commit 4c96b7c

Browse files
authored
Update .scrutinizer.yml
1 parent 1c0a48d commit 4c96b7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.scrutinizer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ coding_style:
77
tools:
88
external_code_coverage: true
99
php_code_coverage: true
10+
11+
before_install:
12+
- sudo apt-get update
13+
- sudo apt-get install -y openssl libssl-dev pkg-config
14+
- export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
15+
- export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu

0 commit comments

Comments
 (0)