mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -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
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