mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Run luacheck in travis
This commit is contained in:
parent
27ce6d0ecc
commit
51b4ddc4c9
1 changed files with 14 additions and 1 deletions
15
.travis.yml
15
.travis.yml
|
@ -20,6 +20,20 @@ matrix:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-trusty-7
|
- llvm-toolchain-trusty-7
|
||||||
|
|
||||||
|
- name: "Builtin Luacheck"
|
||||||
|
language: generic
|
||||||
|
compiler: null
|
||||||
|
os: linux
|
||||||
|
sudo: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- luarocks
|
||||||
|
before_install:
|
||||||
|
- luarocks install --local luacheck
|
||||||
|
script:
|
||||||
|
- $HOME/.luarocks/bin/luacheck builtin
|
||||||
|
|
||||||
- env: CLANG_TIDY=clang-tidy-7
|
- env: CLANG_TIDY=clang-tidy-7
|
||||||
compiler: clang
|
compiler: clang
|
||||||
os: linux
|
os: linux
|
||||||
|
@ -100,4 +114,3 @@ matrix:
|
||||||
sources: &sources
|
sources: &sources
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- llvm-toolchain-trusty-7
|
- llvm-toolchain-trusty-7
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue