From: David Edmondson Date: Fri, 23 May 2014 17:58:28 +0000 (+0100) Subject: Re: [PATCH v3] Enable Travis-CI as a backup continuous integration service. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d2979db72daa319612d11f43ca6cb4eea5b31c2;p=notmuch-archives.git Re: [PATCH v3] Enable Travis-CI as a backup continuous integration service. --- diff --git a/79/aa76593afd0a8a298974eb12770cbcb03aa984 b/79/aa76593afd0a8a298974eb12770cbcb03aa984 new file mode 100644 index 000000000..a9022d313 --- /dev/null +++ b/79/aa76593afd0a8a298974eb12770cbcb03aa984 @@ -0,0 +1,123 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id A0A7F431FC7 + for ; Fri, 23 May 2014 10:58:38 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.699 +X-Spam-Level: +X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 + tests=[MIME_QP_LONG_LINE=0.001, RCVD_IN_DNSWL_LOW=-0.7] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ecAvqL2gVPum for ; + Fri, 23 May 2014 10:58:34 -0700 (PDT) +Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com + [209.85.212.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id C0EE1431FBF + for ; Fri, 23 May 2014 10:58:33 -0700 (PDT) +Received: by mail-wi0-f174.google.com with SMTP id r20so1244005wiv.7 + for ; Fri, 23 May 2014 10:58:32 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:references:mime-version:in-reply-to:content-type + :content-transfer-encoding:message-id:cc:from:subject:date:to; + bh=866rbMK9nv+5DByCignBtqKuTBTAthtjowJv+ZPF1VU=; + b=bOo9poUMpJ/lP2Z1UUjKz9iq5eAZciZdPzYsG7MPl3jc2V5yX9THLbfA1nzVJQ0VTj + 2V5dqV6S43N2+JdCURYbYi4ngqPw5yxn7k+Od8a0ZSXq1eP87rzOTDiPThdHwbR4vTLQ + FivH5BD2mc7CUXhL0l7EIDle86k4mxVqOp4eK5p69nlGQnyNen0PAAw7kRz7ULsfnA3K + fhP10NuTP9YG1hsCk0odlB4PuRkY9/l268ysekpDTOA8LKLJ62bBr9FJTAJY7cz0D4AY + Q0gzoYEMqZ2PdGvqpkbTLC+v2IGfoVFsTz/2TEC1wCE/AQsWGpTnIHNmWz0uFVyNkrfs + mlig== +X-Gm-Message-State: + ALoCoQkNuxpN515uXwqCmfgE7ivE69y0Uuc4yNZOqI5PyVlXUsj5NdyVq3s6EdGuTjkIJFxYTy1j +X-Received: by 10.180.99.100 with SMTP id ep4mr4763850wib.46.1400867912468; + Fri, 23 May 2014 10:58:32 -0700 (PDT) +Received: from [10.1.20.69] ([82.152.71.73]) + by mx.google.com with ESMTPSA id dr6sm4081517wid.6.2014.05.23.10.58.30 + for + (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Fri, 23 May 2014 10:58:30 -0700 (PDT) +References: <1400867508-21478-1-git-send-email-wael.nasreddine@gmail.com> + <1400867508-21478-2-git-send-email-wael.nasreddine@gmail.com> +Mime-Version: 1.0 (1.0) +In-Reply-To: <1400867508-21478-2-git-send-email-wael.nasreddine@gmail.com> +Content-Type: text/plain; + charset=us-ascii +Content-Transfer-Encoding: quoted-printable +Message-Id: +X-Mailer: iPhone Mail (11D201) +From: David Edmondson +Subject: Re: [PATCH v3] Enable Travis-CI as a backup continuous integration + service. +Date: Fri, 23 May 2014 18:58:28 +0100 +To: "Wael M. Nasreddine" +Cc: "notmuch@notmuchmail.org" +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 23 May 2014 17:58:38 -0000 + +Thanks for taking on board the comments. This looks much better to me.=20 + +> On 23 May 2014, at 06:51 pm, "Wael M. Nasreddine" wrote: +>=20 +> You can access the dashboard at https://travis-ci.org/notmuch/notmuch +> --- +> .travis.yml | 19 +++++++++++++++++++ +> 1 file changed, 19 insertions(+) +> create mode 100644 .travis.yml +>=20 +> diff --git a/.travis.yml b/.travis.yml +> new file mode 100644 +> index 0000000..dff57a7 +> --- /dev/null +> +++ b/.travis.yml +> @@ -0,0 +1,19 @@ +> +language: c +> +before_install: +> + - sudo apt-get update -qq +> + - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-d= +ev python-sphinx +> + +> + # Notmuch requires zlib 1.2.5.2, unfortunately travis runs on Ubuntu 12= +.04LTS which +> + # ships with zlib 1.2.3.3. We need to update to zlib 1.2.5.2 to be able= + to build. +> + # TODO: Watch https://github.com/travis-ci/travis-ci/issues/2046 and re= +move +> + # this hack once travis-ci switches to Ubuntu 14.04 +> + - wget 'https://github.com/notmuch/travis-files/raw/master/zlib1g-dev_1= +.2.8.dfsg-1ubuntu1_amd64.deb' +> + - wget 'https://github.com/notmuch/travis-files/raw/master/zlib1g_1.2.8= +.dfsg-1ubuntu1_amd64.deb' +> + - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8.df= +sg-1ubuntu1_amd64.deb +> + - sudo apt-get install -f +> + +> +script: +> + - ./configure +> + - make test +> +notifications: +> + irc: "chat.freenode.net#notmuch" +> --=20 +> 1.9.1.423.g4596e3a +>=20 +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch