From patchwork Tue Feb 14 20:31:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 93976 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1602247obz; Tue, 14 Feb 2017 12:32:56 -0800 (PST) X-Received: by 10.107.147.134 with SMTP id v128mr26629859iod.75.1487104376394; Tue, 14 Feb 2017 12:32:56 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id j25si1944930iti.119.2017.02.14.12.32.56; Tue, 14 Feb 2017 12:32:56 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id DE94E63506; Tue, 14 Feb 2017 20:32:55 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id BA66A62C30; Tue, 14 Feb 2017 20:32:30 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 8967B60EE7; Tue, 14 Feb 2017 20:32:24 +0000 (UTC) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by lists.linaro.org (Postfix) with ESMTPS id 4D69560A3B for ; Tue, 14 Feb 2017 20:32:23 +0000 (UTC) Received: by mail-lf0-f45.google.com with SMTP id n124so71880163lfd.2 for ; Tue, 14 Feb 2017 12:32:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZT5k1sOHb981i5n3ekbRoNrAzYsfi600GqYkpsy2WDI=; b=LSW3qGVlYwccmfGdugsA9QUi4lFSqHYTzWBfVMKtJEuNEdcojyhffO07QSNr9e3qbT pV6I9I9E2Nv1xXAV4zddGR9/riqYaDoOnLjQbWXfVvhlNRRTIgRkpNonTj+SAEQTeFJ2 gRAzUHsNceU7FpmdaG7go8oK4SFZEfGflOonzDFBELA8gFsvYfkGF6pc8TuiNbNgzib/ C0PySa6ceWP6Cjapc4ZhL6aZOHqJrbntuEX4YVesNpnsmvptjhL3RBTmk/enTpJzO6vr QilVAMAxqwPFCw2RnFpvpa/HC5j6vJ9pk9QXffUFxNKj48roCR6WPHoywPNYiA3+YnHa wqfA== X-Gm-Message-State: AMke39nSk/Gpkm7v9UNoQQFv4JgYl4Rj462jrGFJk19PFHAAPVgWAJCxIK15EkWOdca2CY4jpxo= X-Received: by 10.25.24.156 with SMTP id 28mr9820011lfy.162.1487104341927; Tue, 14 Feb 2017 12:32:21 -0800 (PST) Received: from localhost.localdomain (ppp109-252-7-40.pppoe.spdop.ru. [109.252.7.40]) by smtp.gmail.com with ESMTPSA id z82sm404082lfa.8.2017.02.14.12.32.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Feb 2017 12:32:21 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Tue, 14 Feb 2017 23:31:58 +0300 Message-Id: <20170214203202.13342-2-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.11.0.295.gd7dffce In-Reply-To: <20170214203202.13342-1-maxim.uvarov@linaro.org> References: <20170214203202.13342-1-maxim.uvarov@linaro.org> Subject: [lng-odp] [PATCH 1/5] travis: switch to ubuntu trusty X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" ubuntu trusty has updated doxygen 1.8.4 which is the same stable version 1.8 which is described in DEPENDANCIES file. Now doxygen do not generate any warnings. Compiler version stays the same 4.8 for gcc. Signed-off-by: Maxim Uvarov --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -- 2.11.0.295.gd7dffce Reviewed-by: Mike Holmes diff --git a/.travis.yml b/.travis.yml index e29233ec..a2e0a46a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ language: c sudo: required +dist: trusty env: global: # COVERITY_SCAN_TOKEN @@ -35,13 +36,13 @@ env: matrix: include: - - compiler: gcc-4.8 + - compiler: gcc addons: apt: sources: - ubuntu-toolchain-r-test packages: - - gcc-4.8 + - gcc env: MY_CF="-O0 -coverage" MY_LDF="--coverage" DOCOV=1 - compiler: clang addons: @@ -62,6 +63,7 @@ before_install: - PATH=${PATH//:\.\/node_modules\/\.bin/} # Install cunit for the validation tests because distro version is too old and fails C99 compile + - sudo apt-get remove libcunit1-dev libcunit1 - export CUNIT_VERSION=2.1-3 - curl -sSOL http://sourceforge.net/projects/cunit/files/CUnit/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2 - tar -jxf *.bz2 @@ -125,7 +127,7 @@ script: - sudo rm -rf $KSRC after_success: - - if [ -n "$DOCOV" ]; then find . -type f -iname '*.[ch]' -not -path ".git/*" -execdir gcov-4.8 {} \; ; bash <(curl -s https://codecov.io/bash) -X coveragepy; fi + - if [ -n "$DOCOV" ]; then find . -type f -iname '*.[ch]' -not -path ".git/*" -execdir gcov {} \; ; bash <(curl -s https://codecov.io/bash) -X coveragepy; fi addons: coverity_scan: