Add regression tests for lua support

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.
This commit is contained in:
Eduardo Mezêncio 2020-11-16 15:08:55 -03:00
commit 85865e0012
9 changed files with 137 additions and 7 deletions

View file

@ -497,10 +497,10 @@ GADGETS = {
},
'local-lua-debugger-vscode': {
'language': 'lua',
'enabled': False,
'enabled': True,
'repo': {
'url': 'https://github.com/tomblind/local-lua-debugger-vscode.git',
'ref': 'release-0.2.0'
'ref': 'release-${version}'
},
'all': {
'version': '0.2.0',