bitser/setuptest.sh

12 lines
572 B
Bash
Raw Normal View History

2024-12-29 13:50:01 +00:00
python3 -m pip install hererocks
2024-12-30 15:09:26 +00:00
python3 -m hererocks lua_install -r^ --luajit=2.1
2024-12-29 13:50:01 +00:00
export PATH=$PATH:$PWD/lua_install/bin
luarocks install luacheck
luarocks install busted
luarocks install luacov
luarocks install luacov-coveralls
luarocks install middleclass
wget https://raw.githubusercontent.com/bartbes/slither/b9cf6daa1e8995093aa80a40ee9ff98402eeb602/slither.lua
wget https://raw.githubusercontent.com/vrld/hump/038bc9025f1cb850355f4b073357b087b8122da9/class.lua
2024-12-29 16:54:42 +00:00
wget https://raw.githubusercontent.com/rxi/classic/e5610756c98ac2f8facd7ab90c94e1a097ecd2c6/classic.lua