Skip to content

Commit

Permalink
CI: add lgtm.yml for tweaking lgtm.com analysis
Browse files Browse the repository at this point in the history
Closes curl#2414
  • Loading branch information
sj authored and bagder committed Mar 21, 2018
1 parent 3ff09ce commit db122fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit db122fd

Please sign in to comment.