gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 53/219: travis: install lcov only for the coverage


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 53/219: travis: install lcov only for the coverage job
Date: Wed, 22 May 2019 19:16:32 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 22c28284f679920ba38958469f03a1326d1b999d
Author: Marcel Raad <address@hidden>
AuthorDate: Tue Apr 2 14:35:19 2019 +0200

    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
---
 .travis.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ed8c9d4a8..dc6933453 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,6 @@ addons:
         packages: &common_packages
             - cmake
             - gcc-8
-            - lcov
             - valgrind
             - libev-dev
             - libc-ares-dev
@@ -233,6 +232,13 @@ matrix:
           env:
               - T=coverage
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
+          addons:
+              apt:
+                  sources:
+                      - *common_sources
+                  packages:
+                      - *common_packages
+                      - lcov
         - os: linux
           compiler: gcc
           dist: trusty

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]