guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix on travis-ci


From: Efraim Flashner
Subject: Re: guix on travis-ci
Date: Tue, 20 Nov 2018 12:10:58 +0200
User-agent: Mutt/1.10.1 (2018-07-13)

On Tue, Nov 20, 2018 at 11:01:51AM +0100, Julien Lepiller wrote:
> 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?
> 

before_script:
    - wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh
    - gpg --keyserver pgp.mit.edu --recv-keys 
3CE464558A84FDC69DB40CFB090B11993D9AEBB5
    - echo -e 'y\ny' | bash guix-install.sh
    - guix pull --fallback --substitute-urls="https://berlin.guixsd.org 
https://mirror.hydra.gnu.org";

guix_x86_64:
  script:
    - guix build --fallback --substitute-urls="https://berlin.guixsd.org 
https://mirror.hydra.gnu.org"; -f guix.scm

guix_x86:
  script:
    - guix build --fallback --substitute-urls="https://berlin.guixsd.org 
https://mirror.hydra.gnu.org"; --system=i686-linux -f guix.scm

IIRC it currently fails when trying to start the daemon. On irc jonsger
suggested using an opensuse docker image with guix pre-loaded.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]