mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43: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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue