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

6 lines
133 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