add build scripts + docker build env + notes on how to use

This commit is contained in:
sigil-03 2025-08-25 21:00:28 -06:00
parent a71c7986e6
commit 09ba2415d0
3 changed files with 22 additions and 0 deletions

2
ch32v-insert-coin/build-run.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker run --privileged -it --rm -v "$PWD":/usr/src/app -w /usr/src/app ch32-env:latest cargo +nightly run --release