mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 00:36:22 +00:00
ci: Let Debian build only with libomemo-c
So we can test if it works if libsignal isn't even installed on the
system.
Ref: 9a501e6ecd
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -17,12 +17,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- flavor: debian
|
|
||||||
buildsystem: meson
|
|
||||||
tests: unit
|
|
||||||
omemo: signal
|
|
||||||
script: ./scripts/build-configuration-matrix.sh
|
|
||||||
omemo_env: libsignal
|
|
||||||
- flavor: fedora
|
- flavor: fedora
|
||||||
buildsystem: meson
|
buildsystem: meson
|
||||||
tests: unit
|
tests: unit
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
libnotify-dev \
|
libnotify-dev \
|
||||||
libotr5-dev \
|
libotr5-dev \
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
libsignal-protocol-c-dev \
|
|
||||||
libomemo-c-dev \
|
libomemo-c-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libtool \
|
libtool \
|
||||||
|
|||||||
Reference in New Issue
Block a user