add build scripts + docker build env + notes on how to use
This commit is contained in:
parent
a71c7986e6
commit
09ba2415d0
3 changed files with 22 additions and 0 deletions
2
ch32v-insert-coin/build-run.sh
Executable file
2
ch32v-insert-coin/build-run.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue