mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
10 lines
225 B
Bash
10 lines
225 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
cargo build --release
|
|
|
|
echo "Known good:"
|
|
time rojo build ../uiblox/test-place.project.json -o UIBlox.rbxlx
|
|
|
|
echo "Current:"
|
|
time ./target/release/rojo build ../uiblox/test-place.project.json -o UIBlox.rbxlx |