mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 13:11:10 +00:00
6 lines
133 B
Bash
Executable file
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
|