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 5b1b20f commit 7182c5fCopy full SHA for 7182c5f
.scrutinizer.yml
@@ -11,5 +11,8 @@ tools:
11
before_commands:
12
- sudo apt-get update
13
- sudo apt-get install -y openssl libssl-dev pkg-config
14
+ - find /usr -name 'openssl.pc'
15
+ - pkg-config --modversion openssl
16
+ - openssl version
17
- export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
18
- export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
0 commit comments