mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
travis: install lcov only for the coverage job
Reduces the time needed for the other jobs a little. Closes https://github.com/curl/curl/pull/3721
This commit is contained in:
parent
c6acd33370
commit
22c28284f6
@ -22,7 +22,6 @@ addons:
|
|||||||
packages: &common_packages
|
packages: &common_packages
|
||||||
- cmake
|
- cmake
|
||||||
- gcc-8
|
- gcc-8
|
||||||
- lcov
|
|
||||||
- valgrind
|
- valgrind
|
||||||
- libev-dev
|
- libev-dev
|
||||||
- libc-ares-dev
|
- libc-ares-dev
|
||||||
@ -233,6 +232,13 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- T=coverage
|
- T=coverage
|
||||||
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- *common_sources
|
||||||
|
packages:
|
||||||
|
- *common_packages
|
||||||
|
- lcov
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
Loading…
Reference in New Issue
Block a user