summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-03 14:42:28 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-12-03 15:38:36 +0100
commite12cd6aef4858b09c8ca449e779a58d15e878932 (patch)
tree9d6ad9acc6eae9075e03f09dcffbef8a02f88d4b /Makefile
parent673e87f6516917d5c45a1c96c7a9c56ed6fef2cc (diff)
downloadqtlocation-mapboxgl-e12cd6aef4858b09c8ca449e779a58d15e878932.tar.gz
[build] Add clang-tidy to Travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f64e2c745..40dc9be305 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,9 @@ run-linux: linux ; (cd build/linux-x86_64/$(BUILDTYPE) && ./mapbox-gl)
run-valgrind-linux: linux
(cd build/linux-x86_64/$(BUILDTYPE) && valgrind --leak-check=full --suppressions=../../../scripts/valgrind.sup ./mapbox-gl)
+
+.PHONY: config compdb tidy
+config: ; $(RUN) config
# Generates a compilation database with ninja for use in clang tooling
compdb: ; $(RUN) Ninja/compdb
tidy: ; $(RUN) tidy