aboutsummaryrefslogtreecommitdiff
path: root/.lgtm.yml
blob: f27137b4c195496e00831740bddfde04aaacc66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vi: set ts=2 sw=2:
extraction:
  cpp:
    prepare:
      packages:
        - libelf-dev
        - pkg-config
    after_prepare:
      # As the buildsystem detection by LGTM is performed _only_ during the
      # 'configure' phase, we need to trick LGTM we use a supported build
      # system (configure, meson, cmake, etc.). This way LGTM correctly detects
      # that our sources are in the src/ subfolder.
      - touch src/configure
      - chmod +x src/configure