diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-01 20:17:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 20:17:33 +0100 |
commit | 2d4db46ab06ddef0f181f96898b6e183aa02e6e5 (patch) | |
tree | ddc904fca617e088e623e0ab00dd374668da2241 | |
parent | 527c3764bb9ec36aaab46b1ef4dfdd512828ff2c (diff) | |
parent | e4511d02a20e53e1aa2e5d4886bd68dd73f885b3 (diff) | |
download | libquotient-2d4db46ab06ddef0f181f96898b6e183aa02e6e5.tar.gz libquotient-2d4db46ab06ddef0f181f96898b6e183aa02e6e5.zip |
Merge pull request #530 from quotient-im/kitsune/lgtm-clang
Get LGTM working again
-rw-r--r-- | .github/workflows/ci.yml | 8 | ||||
-rw-r--r-- | .lgtm.yml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1b6f0c0..5c2c820e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: matrix: os: [ubuntu-20.04, macos-10.15] compiler: [ GCC, Clang ] - qt-version: [ '5.12.10' ] + qt-version: [ '5.12.12' ] # Not using binary values here, to make the job captions more readable e2ee: [ '' ] update-api: [ '', 'update-api' ] @@ -34,17 +34,17 @@ jobs: include: - os: ubuntu-latest compiler: GCC - qt-version: '5.12.10' + qt-version: '5.12.12' sonar: 'sonar' - os: windows-2019 compiler: MSVC platform: x64 - qt-version: '5.12.10' + qt-version: '5.12.12' qt-arch: win64_msvc2017_64 - os: windows-2019 compiler: MSVC platform: x64 - qt-version: '5.12.10' + qt-version: '5.12.12' qt-arch: win64_msvc2017_64 update-api: update-api @@ -15,4 +15,4 @@ extraction: # - cmake --build build # - popd configure: - command: "cmake . -GNinja" # -DOlm_DIR=olm/build" + command: "CXX=clang++-9 cmake . -GNinja" # -DOlm_DIR=olm/build" |