From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Build passing status icon Date: Fri, 31 Jul 2015 13:00:55 -0400 Message-ID: References: <20150730081036.GA9647@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLDg6-00036X-4R for guix-devel@gnu.org; Fri, 31 Jul 2015 13:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLDg0-0005aM-F8 for guix-devel@gnu.org; Fri, 31 Jul 2015 13:01:02 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:35003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLDg0-0005aD-9t for guix-devel@gnu.org; Fri, 31 Jul 2015 13:00:56 -0400 Received: by pabkd10 with SMTP id kd10so43747656pab.2 for ; Fri, 31 Jul 2015 10:00:55 -0700 (PDT) In-Reply-To: <20150730081036.GA9647@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Pjotr Prins Cc: guix-devel On Thu, Jul 30, 2015 at 4:10 AM, Pjotr Prins wrote: > Would it be possible to get a status icon straight from the build > farm, such as Travis CI provides, for Guix builds? That would mean we > could add it to a package README, e.g. > > https://github.com/pjotrp/bioruby-vcf/blob/master/README.md > > The embedded markdown code snippet looks like > > [![Build Status](https://secure.travis-ci.org/pjotrp/bioruby-vcf.png)](http://travis-ci.org/pjotrp/bioruby-vcf) > When the build fails the PNG will be different. You should propose this to the Nix folks. They run the Hydra project, which we use for hydra.gnu.org. I would like such a feature as well. - Dave