Make directory to hold programs
This commit is contained in:
@ -141,6 +141,7 @@ build() {
|
|||||||
export NDEBUG=1
|
export NDEBUG=1
|
||||||
cargo install --path drone --features=$cargoFeatures --root farf
|
cargo install --path drone --features=$cargoFeatures --root farf
|
||||||
cargo install --path . --features=$cargoFeatures --root farf
|
cargo install --path . --features=$cargoFeatures --root farf
|
||||||
|
mkdir -p farf/bin/deps/
|
||||||
./scripts/install-native-programs.sh farf/bin/deps/ release
|
./scripts/install-native-programs.sh farf/bin/deps/ release
|
||||||
"
|
"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user