diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-09-03 08:53:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 08:53:42 +0200 |
commit | 9ec9f5c05ff32779c5ea76423adbe05487f37fa9 (patch) | |
tree | 3e38184de0aaea4f37ee5ba019da8add9b3d0752 /.lgtm.yml | |
parent | c521332793e63cad244905e3abb20ded905444fa (diff) | |
parent | df66314bb47f1a824f35e9d5c7764305a4f103cb (diff) | |
download | libquotient-9ec9f5c05ff32779c5ea76423adbe05487f37fa9.tar.gz libquotient-9ec9f5c05ff32779c5ea76423adbe05487f37fa9.zip |
Merge pull request #500 from quotient-im/kitsune/bump-minimal-versions
Require CMake 3.16, kindly ask for C++20; drop qmake
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -6,15 +6,13 @@ path_classifiers: extraction: cpp: prepare: - packages: # Assuming package base of cosmic - - ninja-build - - qt5-default + 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 +# 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" + command: "cmake . -GNinja" # -DOlm_DIR=olm/build" |