raspi-oled/build.sh

7 lines
183 B
Bash
Raw Normal View History

2019-11-15 10:37:14 +00:00
#! /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