Change Dockerfile to install lua, luajit and love and also to install nodejs 12 needed to build the lua debug adapter. Create the love-headless test in support/test/lua to test love without an x server.
22 lines
260 B
Text
22 lines
260 B
Text
*.un~
|
|
*.sw[op]
|
|
__pycache__
|
|
.vscode
|
|
tests/*.res
|
|
tests/messages
|
|
tests/debuglog
|
|
test.log
|
|
*.testlog
|
|
gadgets/
|
|
package/
|
|
*.pyc
|
|
*.dSYM
|
|
README.md.orig.*
|
|
README.md.toc.*
|
|
.DS_Store
|
|
*.vimspector.log
|
|
support/test/csharp/*.exe*
|
|
.neomake.log
|
|
configurations/
|
|
venv/
|
|
test-base/
|