mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
parent
5341c65667
commit
8ae3db510b
@ -146,6 +146,10 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: T=tidy
|
env: T=tidy
|
||||||
|
- os: linux
|
||||||
|
compiler: clang
|
||||||
|
dist: trusty
|
||||||
|
env: T=scan-build
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
dist: trusty
|
dist: trusty
|
||||||
@ -404,6 +408,11 @@ script:
|
|||||||
./mainline.sh ${CURLSRC}
|
./mainline.sh ${CURLSRC}
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
- |
|
||||||
|
if [ "$T" = "scan-build" ]; then
|
||||||
|
scan-build ./configure --enable-debug --enable-werror $C
|
||||||
|
scan-build --status-bugs make && scan-build --status-bugs make examples
|
||||||
|
fi
|
||||||
|
|
||||||
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
|
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user