raspi-oled/build.sh
chux0519 a822a98bdc init example
also add build script
2019-11-15 18:37:14 +08:00

7 lines
183 B
Bash
Executable File

#! /bin/sh
docker run \
--volume $PWD:/home/cross/project \
--volume $HOME/.cargo/registry:/home/cross/.cargo/registry \
ragnaroek/rust-raspberry:1.39.0 \
build --release