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:
parent
7be6d852c6
commit
85865e0012
9 changed files with 137 additions and 7 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue