]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Only do the Coverity check build with autotools.
authorGuy Harris <[email protected]>
Mon, 22 Jan 2018 02:14:34 +0000 (18:14 -0800)
committerGuy Harris <[email protected]>
Mon, 22 Jan 2018 02:14:34 +0000 (18:14 -0800)
We don't need to do it twice on the same code, and we don't yet support
"make check" with CMake.

.travis.yml

index 2ed03c7eb9125e9b4110e31f9767749ec6460348..1ee889485001ef3ea5ef64338e16bedb6960d450 100644 (file)
@@ -92,7 +92,7 @@ script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then echo '$ make install [...]' && echo -n travis_fold:start:script.make_install; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then PATH=$PATH make install; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then echo -n travis_fold:end:script.make_install; fi
-  - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make check; fi
+  - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then make check; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then ./tcpdump -D; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then ./tcpdump -J; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then ./tcpdump --version; fi