mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 22:01:10 +00:00
y
This commit is contained in:
parent
cba9e5d57e
commit
171cfd5d76
1 changed files with 2 additions and 4 deletions
|
@ -10,10 +10,8 @@ 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
|
||||
- mv cargo-binstall .cargo_home/bin/
|
||||
- export PATH="$PATH:.cargo_home/bin/"
|
||||
- cargo binstall -y trunk
|
||||
- trunk build --release
|
||||
- ./cargo-binstall -y trunk
|
||||
- ./.cargo_home/bin/trunk build --release
|
||||
- cargo build --release
|
||||
- ls -la target/release/ibis
|
||||
- cp target/release/ibis .
|
||||
|
|
Loading…
Reference in a new issue