Remove |cargo install| duplication
This commit is contained in:
10
scripts/cargo-install-all.sh
Executable file
10
scripts/cargo-install-all.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# |cargo install| of the top-level crate will not install binaries for
|
||||
# other workspace creates.
|
||||
set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
set -x
|
||||
cargo install --path drone "$@"
|
||||
cargo install --path . "$@"
|
Reference in New Issue
Block a user