]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Travis: add 'make install' in the build script
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 16 Feb 2015 14:57:13 +0000 (15:57 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 16 Feb 2015 14:57:13 +0000 (15:57 +0100)
.travis.yml

index 3eb58b80fd5b11e4f47aae5e90f466e6ceaa7056..1cce7c8719ae9c4957b7ea3f27b4beff6c5a0f68 100644 (file)
@@ -63,4 +63,5 @@ script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then touch .devel configure; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then if [ "$BUILD_IPV6" = true ]; then ./configure; else ./configure --disable-ipv6; fi; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make -s; fi
+  - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then sudo PATH=$PATH make install; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then if [ "$BUILD_IPV6" = true ]; then make check; fi; fi