]> The Tcpdump Group git mirrors - libpcap/commitdiff
Just out of curiosity, ask what distribution and release and what cmake version.
authorGuy Harris <[email protected]>
Thu, 24 May 2018 18:25:14 +0000 (11:25 -0700)
committerGuy Harris <[email protected]>
Thu, 24 May 2018 18:25:14 +0000 (11:25 -0700)
.travis.yml

index c4654014910847a5816b887c5d273baa56590bde..eec8f43faae36d69fca553d6e48ef996a341e599 100644 (file)
@@ -68,6 +68,8 @@ install:
 before_script:
 
 script:
+  - lsb_release -a
+  - dpkg -l cmake
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then touch .devel configure; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then echo '$ ./configure [...]' && echo -n travis_fold:start:script.configure; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then ./configure --prefix=/tmp "--${REMOTE}-remote"; fi