]> The Tcpdump Group git mirrors - libpcap/commitdiff
Temporary change to see what version of CMake they're running on 12.04.
authorGuy Harris <[email protected]>
Wed, 23 May 2018 19:57:30 +0000 (12:57 -0700)
committerGuy Harris <[email protected]>
Wed, 23 May 2018 19:57:30 +0000 (12:57 -0700)
.travis.yml

index c4654014910847a5816b887c5d273baa56590bde..0f9aa7da1d82542de6f0009a52044f03aaa2b6d6 100644 (file)
@@ -73,6 +73,7 @@ script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then ./configure --prefix=/tmp "--${REMOTE}-remote"; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then mkdir build; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cd build; fi
+  - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cmake --version; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cmake -DCMAKE_INSTALL_PREFIX=/tmp $ENABLE_REMOTE ..; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then echo -n travis_fold:end:script.configure; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make -s all testprogs; fi