aboutsummaryrefslogtreecommitdiff
path: root/.lgtm.yml
blob: 9cf3583dab6b63727277168bd0012c9b65cc74e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
path_classifiers:
  library:
  - 3rdparty/*
  test:
  - exclude: tests/quotest.cpp # Let alerts from this come up too
extraction:
  cpp:
    prepare:
      packages: # Assuming package base of eoan
      - qtmultimedia5-dev
#    after_prepare:
#    - git clone https://gitlab.matrix.org/matrix-org/olm.git
#    - pushd olm
#    - cmake . -Bbuild -GNinja
#    - cmake --build build
#    - popd
    configure:
      command: "CXX=clang++-12 cmake . -GNinja" # -DOlm_DIR=olm/build"