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

@ -86,7 +86,7 @@ jobs:
- run: |
brew update-reset
brew doctor || true
for p in macvim tcl-tk llvm; do
for p in macvim tcl-tk llvm lua luajit love; do
brew install $p
brew outdated $p || brew upgrade $p
done