diff options
author | Bas van Schaik <github@s.traiectum.net> | 2018-03-21 12:27:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-22 00:04:55 +0100 |
commit | db122fddf3b90a5dae6ca1df400f76fcd33bfbad (patch) | |
tree | 7127d8c2714e5e2784f7c98e3a4f3ad074fa82d6 /.lgtm.yml | |
parent | 3ff09ce777b95ad7f07544325de01983c40e2dc3 (diff) | |
download | curl-db122fddf3b90a5dae6ca1df400f76fcd33bfbad.tar.gz |
CI: add lgtm.yml for tweaking lgtm.com analysis
Closes #2414
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..bb6945f0f --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,10 @@ +extraction: + cpp: + prepare: + packages: # to avoid confusion with libopenafs-dev which also provides a des.h + - libssl-dev + after_prepare: # make sure lgtm.com doesn't use CMake (which generates and runs tests) + - rm -f CMakeLists.txt + - ./buildconf + configure: # enable as many optional features as possible + command: ./configure --enable-ares --with-libssh2 --with-gssapi --with-librtmp --with-libmetalink --with-libmetalink |