mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Move Rest of CI to Sourcehut
This commit is contained in:
parent
db5b3a1499
commit
dfc0f32ac2
20 changed files with 165 additions and 278 deletions
14
scripts/run-docker-build-bullseye.sh
Executable file
14
scripts/run-docker-build-bullseye.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -xe
|
||||
cd "`dirname $(readlink -f ${0})`"
|
||||
|
||||
docker build -t chiaki-bullseye . -f Dockerfile.bullseye
|
||||
cd ..
|
||||
docker run --rm -v "`pwd`:/build" chiaki-bullseye /bin/bash -c "
|
||||
cd /build &&
|
||||
mkdir build_bullseye &&
|
||||
cmake -Bbuild_bullseye -GNinja -DCHIAKI_ENABLE_SETSU=ON -DCHIAKI_USE_SYSTEM_JERASURE=ON -DCHIAKI_USE_SYSTEM_NANOPB=ON &&
|
||||
ninja -C build_bullseye &&
|
||||
ninja -C build_bullseye test"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue