ci: Build with libomemo-c for the "Linux Meson" job

The rest will stay with libsignal-protocol-c. So we test both.
Let's add the dependency to all Dockerfiles already.
This commit is contained in:
Michael Vetter
2026-03-19 20:11:26 +01:00
parent 046eb13e2e
commit e252f54436
7 changed files with 19 additions and 7 deletions

View File

@@ -37,9 +37,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run tests
env:
OMEMO_BACKEND: libomemo-c
run: |
docker build -f Dockerfile.${{ matrix.flavor }} -t profanity .
docker run profanity ./ci-meson-build.sh
docker run -e OMEMO_BACKEND profanity ./ci-meson-build.sh
code-style:
runs-on: ubuntu-22.04