We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0a48d commit 4c96b7cCopy full SHA for 4c96b7c
.scrutinizer.yml
@@ -7,3 +7,9 @@ coding_style:
7
tools:
8
external_code_coverage: true
9
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