dfhack/ci
lethosor c0cdf5bcac
ci/test.lua: fix string splitting
string:split() isn't part of the standard library, but is defined if
`gui/load-screen.lua` is run. This happens in the default dfhack.init-example
and on GitHub Actions, but not on Buildmaster.

This is an intermediate solution to get CI working again. A more complete
solution would be to move string:split() to dfhack.lua, like
string:startswith(), or to take a pass over scripts and make sure they aren't
modifying built-in types like string/table.
2021-05-28 00:17:20 -04:00
..
test.lua ci/test.lua: fix string splitting 2021-05-28 00:17:20 -04:00
update-submodules.bash Add some more git flags for safety 2021-02-18 23:22:37 -05:00
update-submodules.manifest Add workflow to auto-update submodules 2021-02-18 22:08:51 -05:00