mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 17:51:08 +00:00
binstall
This commit is contained in:
parent
1491a1ba14
commit
2314b3f5ed
4 changed files with 7 additions and 2 deletions
|
@ -10,8 +10,7 @@ steps:
|
|||
commands:
|
||||
- wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz
|
||||
- tar -xvf cargo-binstall-x86_64-unknown-linux-musl.tgz
|
||||
- cp cargo-binstall /usr/local/cargo/bin
|
||||
- cargo binstall -y trunk
|
||||
- ./cargo-binstall -y trunk
|
||||
- trunk build --release
|
||||
- cargo build --release
|
||||
- ls -la target/release/ibis
|
||||
|
|
|
@ -94,3 +94,8 @@ crate-type = ["cdylib", "rlib"]
|
|||
# out temporarily, but make sure to leave this in the main branch.
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
strip = true # Automatically strip symbols from the binary.
|
||||
#opt-level = "z" # Optimize for size.
|
||||
|
|
1
assets/dist/ibis.js
vendored
1
assets/dist/ibis.js
vendored
File diff suppressed because one or more lines are too long
BIN
assets/dist/ibis_bg.wasm
vendored
BIN
assets/dist/ibis_bg.wasm
vendored
Binary file not shown.
Loading…
Reference in a new issue