1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-10-26 10:19:52 +00:00
ibis/scripts/build_release.sh

7 lines
133 B
Bash
Raw Normal View History

2024-03-08 13:55:55 +00:00
#!/bin/sh
set -e
CARGO_TARGET_DIR=target/frontend trunk build --release
cargo build --release
gzip target/release/ibis -c > ibis.gz