chiaki/scripts/switch/run-docker-build-chiaki.sh
Florian Märkl 7d820bd4ab Update and fix CI
* appimage: switched to bionic
* android: updated container for nanopb changes
* switch: updated devkitpro and simpler cmake scripts
2022-03-26 18:33:15 +01:00

11 lines
198 B
Bash
Executable file

#!/bin/bash
cd "`dirname $(readlink -f ${0})`/../.."
docker run \
-v "`pwd`:/build/chiaki" \
-w "/build/chiaki" \
-t \
thestr4ng3r/chiaki-build-switch:35829cc \
-c "scripts/switch/build.sh"