watchexec/ci/before_script.sh

5 lines
86 B
Bash
Raw Normal View History

2018-08-21 06:28:42 +02:00
#!/usr/bin/env bash
rustup target add $TARGET
cargo clean --target $TARGET --verbose