mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:41:40 +03:00
parent
0b58ffe0c9
commit
0c9b09dff4
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -39,6 +39,7 @@ addons:
|
|||
- libunistring-dev # for libidn2 needed by libpsl
|
||||
- libnss3-dev
|
||||
- gnutls-bin
|
||||
- clang-tidy-6.0
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
@ -137,6 +138,10 @@ matrix:
|
|||
compiler: clang
|
||||
dist: trusty
|
||||
env: T=fuzzer
|
||||
- os: linux
|
||||
compiler: clang
|
||||
dist: trusty
|
||||
env: T=tidy
|
||||
|
||||
install:
|
||||
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
||||
|
|
@ -308,6 +313,12 @@ script:
|
|||
make checksrc
|
||||
fi
|
||||
fi
|
||||
- |
|
||||
set -eo pipefail
|
||||
if [ "$T" = "tidy" ]; then
|
||||
./configure --enable-warnings --enable-werror $C
|
||||
make && make tidy
|
||||
fi
|
||||
- |
|
||||
set -eo pipefail
|
||||
if [ "$T" = "iconv" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue