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:
Florian Märkl 2022-03-26 13:44:50 +01:00
commit 7d820bd4ab
11 changed files with 90 additions and 46 deletions

View file

@ -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"