mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Add CI Build for Switch (#234)
This commit is contained in:
parent
f35311bf61
commit
6e2d93ec2c
6 changed files with 41 additions and 8 deletions
10
scripts/switch/run-docker-build-chiaki.sh
Executable file
10
scripts/switch/run-docker-build-chiaki.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "`dirname $(readlink -f ${0})`/../.."
|
||||
|
||||
docker run \
|
||||
-v "`pwd`:/build/chiaki" \
|
||||
-t \
|
||||
chiaki-switch \
|
||||
-c "cd /build/chiaki && scripts/switch/build.sh"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue