watchexec/ci/before_script.sh
2018-08-21 16:28:42 +12:00

5 lines
86 B
Bash
Executable File

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