Stop building Rojo in rojo-test, since it doesn't work as intended

This commit is contained in:
Lucien Greathouse
2020-05-02 21:39:13 -07:00
parent 5364c9c1bc
commit 56bf6d282b
2 changed files with 10 additions and 3 deletions

10
perf-test.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/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