travis: use existing Makefile target to run checksrc
Этот коммит содержится в:
родитель
87c5883a42
Коммит
92d756045a
@ -101,7 +101,9 @@ install:
|
|||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [ "$B" = "style" ]; then
|
if [ "$B" = "style" ]; then
|
||||||
perl src/checksrc.pl -i4 -m79 -ASIZEOFNOPAREN -ASNPRINTF -ACOPYRIGHT -AFOPENMODE -Wsrc/libssh2_config.h src/*.[ch] include/*.h example/*.c
|
./buildconf
|
||||||
|
./configure
|
||||||
|
make checksrc
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
if [ "$B" = "configure" ]; then
|
if [ "$B" = "configure" ]; then
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user