aboutsummaryrefslogtreecommitdiff
path: root/.lgtm.yml
blob: b9952f40ce5d1c5b807a10ac03d7cc107b3af6fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extraction:
  cpp:
    prepare:
      packages: # Assuming package base of cosmic
      - ninja-build
      - qt5-default
      - 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: "cmake . -GNinja -DOlm_DIR=olm/build"