mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Update our tooling (Clang 5 -> 7, GCC 7 -> 8)
This change permits to use up-to-date compilers, clang-tidy and clang-format It also refactor the tidy/format step to drop the binary selection from scripts and perform it directly in travis
This commit is contained in:
parent
aafbdd442f
commit
a6a04c4b5b
8 changed files with 38 additions and 35 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
needs_compile || exit 0
|
||||
|
||||
if [[ "$LINT" == "1" ]]; then
|
||||
if [[ ! -z "${CLANG_FORMAT}" ]]; then
|
||||
# Lint and exit CI
|
||||
perform_lint
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue