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

9
scripts/ci-script Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e
set -x
mkdir build && cd build
cmake .. -DCHIAKI_ENABLE_SETSU=ON "$@"
make -j8
make test