mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Optionally use system jerasure and add Bullseye CI
This commit is contained in:
parent
9200c0b893
commit
03c82ea515
7 changed files with 115 additions and 31 deletions
12
scripts/Dockerfile.bullseye
Normal file
12
scripts/Dockerfile.bullseye
Normal 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 []
|
||||
|
9
scripts/ci-script
Executable file
9
scripts/ci-script
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
mkdir build && cd build
|
||||
cmake .. -DCHIAKI_ENABLE_SETSU=ON "$@"
|
||||
make -j8
|
||||
make test
|
Loading…
Add table
Add a link
Reference in a new issue