summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2019-03-21 23:02:44 +0000
committerDenis Ovsienko <denis@ovsienko.info>2019-03-22 07:09:27 +0000
commitacb9b1c7eedc3e20dea78c92b45497b6c5e1408f (patch)
tree9d21efcf327f0fd6c5e1e499f2868050c4e8871d /.travis.yml
parentdc8f136afff3359a76de28e1180c3ac5e14f6a51 (diff)
downloadtcpdump-acb9b1c7eedc3e20dea78c92b45497b6c5e1408f.tar.gz
Travis CI: Use ccache and parallel make.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4afb8104..5e8f3cd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,8 @@ compiler:
- gcc
- clang
+cache: ccache
+
env:
global:
- BUILD_LIBPCAP=true
@@ -21,6 +23,7 @@ env:
# Coverity script test mode (if true no uploading, avoid reaching the quota)
# usual processing: false.
- coverity_scan_script_test_mode=false
+ - MAKEFLAGS='-j 2' # Travis CI VMs come with 2 cores
matrix:
# NOTE: REMOTE= is for the libpcap build, which is done with autotools
# even if we're building tcpdump with CMake.