mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
8 lines
124 B
Bash
Executable file
8 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
cd something-rust
|
|
cargo build --release
|
|
gzip -c target/release/something-rust > something-rust.gz
|