aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/sonar.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index 76db59c9..c987b0cc 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -64,6 +64,14 @@ jobs:
cmake -S olm -B olm/build $CMAKE_ARGS
cmake --build olm/build --target install
+ - name: Build and install qtKeychain
+ if: matrix.e2ee
+ run: |
+ cd ..
+ git clone https://github.com/frankosterfeld/qtkeychain.git
+ cmake -S qtkeychain -B qtkeychain/build $CMAKE_ARGS
+ cmake --build qtkeychain/build --target install
+
- name: Pull CS API and build GTAD
if: matrix.update-api
run: |