mirror of
https://github.com/gvx/bitser.git
synced 2025-01-16 03:24:19 +00:00
Create setuptest.sh
This commit is contained in:
parent
c95cb0d77a
commit
6ef94ea0be
10
setuptest.sh
Normal file
10
setuptest.sh
Normal file
@ -0,0 +1,10 @@
|
||||
python3 -m pip install hererocks
|
||||
python3 -m hererocks lua_install -r^ --luajit=2.0
|
||||
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
|
Loading…
Reference in New Issue
Block a user