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

@ -5,10 +5,7 @@ set -xveo pipefail
arg1=$1
build="./build"
if [ "$arg1" != "linux" ]; then
# source /opt/devkitpro/switchvars.sh
# toolchain="${DEVKITPRO}/switch.cmake"
toolchain="cmake/switch.cmake"
export PORTLIBS_PREFIX="$(${DEVKITPRO}/portlibs_prefix.sh switch)"
build="./build_switch"
fi