Travis CI: Use ccache and parallel make.

This commit is contained in:
Denis Ovsienko 2019-03-21 23:02:44 +00:00
parent dc8f136aff
commit acb9b1c7ee

View File

@ -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.