diff options
author | orwell96 <orwell@bleipb.de> | 2019-02-05 10:32:08 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2019-02-05 10:32:08 +0100 |
commit | badd915121ee45a15321ead099208f7a26dc53fb (patch) | |
tree | d5068cfca2c387ea3d5d4933e674b5b52f9bd246 /advtrains_train_industrial/textures | |
parent | be09acf5e2da6b71d0ba3449421ee982b2d53331 (diff) | |
download | env: CLANG_FORMAT=clang-format-8 compiler: clang os: linux addons: apt: packages: ['clang-format-8'] - name: "Builtin Luacheck and Unit Tests" language: generic compiler: null os: linux addons: apt: packages: - 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- |