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

View File

@@ -24,6 +24,3 @@ tempfile = "3.1.0"
walkdir = "2.2.9" walkdir = "2.2.9"
rojo-insta-ext = { path = "../rojo-insta-ext" } rojo-insta-ext = { path = "../rojo-insta-ext" }
# We execute Rojo via std::process::Command, so depend on it so it's built!
rojo = { path = ".." }