CI tests for cmake

This commit is contained in:
Yann Collet
2016-01-10 20:46:20 +01:00
parent 5cb6dff1e5
commit 3e5b73b84b
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -79,6 +79,9 @@ travis-install:
test:
$(MAKE) -C $(PRGDIR) $@
cmaketest:
cd contrib/cmake ; cmake . ; $(MAKE)
clangtest: clean
clang -v
$(MAKE) all CC=clang MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion"