mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-27 02:41:10 +00:00
6 lines
No EOL
132 B
Bash
Executable file
6 lines
No EOL
132 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
CARGO_TARGET_DIR=target/frontend trunk build --release
|
|
cargo build --release
|
|
gzip target/release/ibis -c > ibis.gz |