From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: guix on travis-ci Date: Tue, 20 Nov 2018 11:01:51 +0100 Message-ID: References: <20181119090141.GA6363@macbook41> <20181120094544.GB28778@macbook41> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gP2r2-0006LF-G6 for guix-devel@gnu.org; Tue, 20 Nov 2018 05:02:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gP2qx-0008Vr-0p for guix-devel@gnu.org; Tue, 20 Nov 2018 05:02:00 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:36782) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gP2qw-0008VG-Ol for guix-devel@gnu.org; Tue, 20 Nov 2018 05:01:54 -0500 Received: from webmail.lepiller.eu (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 77781861 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 20 Nov 2018 09:59:37 +0000 (UTC) In-Reply-To: <20181120094544.GB28778@macbook41> 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" To: guix-devel@gnu.org Le 2018-11-20 10:45, Efraim Flashner a écrit : > On Mon, Nov 19, 2018 at 11:01:41AM +0200, Efraim Flashner wrote: >> I have a working Travis-CI file that I've been working on occasionally >> and I wanted to share it. As-is it works, albeit subject to the normal >> limitations of Travis, ie: the builds can't take too long, and >> apparently you're limited to ~10000 lines of log. >> >> I also have one for Gitlab's CI integration, but I haven't figured out >> how to get the daemon and build users working nicely yet. >> Can you share your gitlab CI file? >> > > Here's what I've ended up with for now: > > [...]