Update all CI scripts and mark as executable

This commit is contained in:
Lucien Greathouse
2019-10-01 18:07:32 -07:00
parent 09368e87cf
commit bdd9c58cae
5 changed files with 28 additions and 1 deletions

View File

@@ -11,4 +11,16 @@ rojo build plugin/place.project.json -o "$PLACE_FILE"
remodel bin/put-plugin-in-test-place.lua "$PLUGIN_FILE" "$PLACE_FILE"
run-in-roblox -s plugin/testBootstrap.server.lua "$PLACE_FILE"
run-in-roblox -s plugin/testBootstrap.server.lua "$PLACE_FILE"
pushd plugin
luacheck src
popd
pushd rojo-plugin-http
luacheck src
popd
pushd rojo-plugin-log
luacheck src
popd