Optionally use system jerasure and add Bullseye CI

This commit is contained in:
Florian Märkl 2020-10-22 22:25:50 +02:00
commit 03c82ea515
7 changed files with 115 additions and 31 deletions

View file

@ -0,0 +1,12 @@
FROM debian:bullseye
RUN apt-get update
RUN apt-get -y install git g++ cmake pkg-config \
libjerasure-dev libnanopb-dev libavcodec-dev libopus-dev \
libssl-dev protobuf-compiler python3 python3-protobuf \
libevdev-dev libudev-dev \
qt5-default libqt5svg5-dev qtmultimedia5-dev libsdl2-dev
CMD []