7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
set -e
|
|
export RUSTFLAGS="-D warnings"
|
|
cargo build
|
|
cargo build --features=prom
|
|
cargo build --features=profile
|
|
cargo build --features=prom,profile
|