diff options
Diffstat (limited to 'export.sh')
| -rwxr-xr-x | export.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #!/bin/bash +# Require : Cargo (Rust) + # Build -if cargo build --workspace --release; then +if cargo build --workspace --release >/dev/null 2>&1; then # Export cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter fi |
