From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Build passing status icon Date: Thu, 30 Jul 2015 10:10:36 +0200 Message-ID: <20150730081036.GA9647@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKiwW-000702-PV for guix-devel@gnu.org; Thu, 30 Jul 2015 04:11:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKiwS-00031x-GW for guix-devel@gnu.org; Thu, 30 Jul 2015 04:11:56 -0400 Received: from mail.thebird.nl ([95.154.246.10]:42738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKiwS-00031X-An for guix-devel@gnu.org; Thu, 30 Jul 2015 04:11:52 -0400 Content-Disposition: inline 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: guix-devel@gnu.org 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. Pj.