mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add a run task separate from the build task
This commit is contained in:
parent
c31b4ad095
commit
b05a445284
4 changed files with 68 additions and 41 deletions
8
build-task.sh
Normal file
8
build-task.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
cd something-rust
|
||||
cargo build --release
|
||||
gzip -c target/release/something-rust > something-rust.gz
|
Loading…
Add table
Add a link
Reference in a new issue