From: Efraim Flashner <efraim@flashner.co.il>
To: Julien Lepiller <julien@lepiller.eu>
Cc: guix-devel@gnu.org
Subject: Re: guix on travis-ci
Date: Tue, 20 Nov 2018 12:10:58 +0200 [thread overview]
Message-ID: <20181120101058.GD28778@macbook41> (raw)
In-Reply-To: <e94e4be3b42b1b4fcf31009376ac0f07@lepiller.eu>
[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]
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 <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2018-11-20 10:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-19 9:01 guix on travis-ci Efraim Flashner
2018-11-20 9:45 ` Efraim Flashner
2018-11-20 10:01 ` Julien Lepiller
2018-11-20 10:10 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181120101058.GD28778@macbook41 \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
--cc=julien@lepiller.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).