mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 21:13:12 -07:00
Update and fix CI
* appimage: switched to bionic * android: updated container for nanopb changes * switch: updated devkitpro and simpler cmake scripts
This commit is contained in:
parent
aa3a3b8bbc
commit
7d820bd4ab
11 changed files with 90 additions and 46 deletions
|
@ -3,13 +3,13 @@
|
|||
set -xe
|
||||
cd "`dirname $(readlink -f ${0})`"
|
||||
|
||||
docker build -t chiaki-xenial . -f Dockerfile.xenial
|
||||
docker build -t chiaki-bionic . -f Dockerfile.bionic
|
||||
cd ..
|
||||
docker run --rm \
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-w "/build/chiaki" \
|
||||
--device /dev/fuse \
|
||||
--cap-add SYS_ADMIN \
|
||||
-t chiaki-xenial \
|
||||
-t chiaki-bionic \
|
||||
/bin/bash -c "scripts/build-appimage.sh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue