1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-01 05:15:28 +01:00

Add Lua unit tests to builtin using busted (#9184)

This commit is contained in:
rubenwardy
2020-01-18 02:09:18 +00:00
committed by GitHub
parent 6d472b1840
commit 1173ff0c13
7 changed files with 151 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7
- name: "Builtin Luacheck"
- name: "Builtin Luacheck and Unit Tests"
language: generic
compiler: null
os: linux
@@ -31,8 +31,10 @@ matrix:
- luarocks
before_install:
- luarocks install --local luacheck
- luarocks install --local busted
script:
- $HOME/.luarocks/bin/luacheck builtin
- $HOME/.luarocks/bin/busted builtin
- env: CLANG_TIDY=clang-tidy-7
compiler: clang