mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Goodbye Lemur and other cruft, hello run-in-roblox-based testing
This commit is contained in:
6
bin/run-plugin-tests.sh
Normal file
6
bin/run-plugin-tests.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ev
|
||||
|
||||
rojo build plugin/place.project.json -o PluginPlace.rbxlx
|
||||
run-in-roblox -s plugin/testBootstrap.server.lua PluginPlace.rbxlx
|
||||
Reference in New Issue
Block a user