FlippyPass/docker/flipper-dev.sh

9 lines
No EOL
256 B
Bash

# Copying source code into working directory
cp -r /src/. ./
cp -r /src/* ./
# Building the Project
/root/.cargo/bin/cargo build --target thumbv7em-none-eabihf
# Copy the .FAP file to the app directory
cp ./target/thumbv7em-none-eabihf/debug/*.fap /app/