watchexec/ci/before_script.sh

5 lines
86 B
Bash
Executable File

#!/usr/bin/env bash
rustup target add $TARGET
cargo clean --target $TARGET --verbose