From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Jenkins automated build server for Windows builds Date: Wed, 22 Jun 2016 10:05:14 +0200 Message-ID: <87eg7pvebp.fsf@pobox.com> References: <576A1327.20104@mechcore.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466582855 26369 80.91.229.3 (22 Jun 2016 08:07:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2016 08:07:35 +0000 (UTC) Cc: guile-devel@gnu.org To: Mads Elvheim Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jun 22 10:07:26 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bFdC0-0001Da-MC for guile-devel@m.gmane.org; Wed, 22 Jun 2016 10:07:24 +0200 Original-Received: from localhost ([::1]:56395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFdBz-0004zP-SE for guile-devel@m.gmane.org; Wed, 22 Jun 2016 04:07:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFdAB-0003je-0r for guile-devel@gnu.org; Wed, 22 Jun 2016 04:05:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFdA5-0007v4-4U for guile-devel@gnu.org; Wed, 22 Jun 2016 04:05:29 -0400 Original-Received: from pb-sasl1.pobox.com ([64.147.108.66]:61267 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFdA4-0007uV-U6 for guile-devel@gnu.org; Wed, 22 Jun 2016 04:05:25 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 1E16C193EA; Wed, 22 Jun 2016 04:05:23 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=aWK8WYmMWDHZCWz/PfBvDHWg2TM=; b=jrY6hj 1x+4rN9Ha36jI78DVnK8u3rfdwH/QUPIC/jRgyF/PEGdouqyelB9b/TYK1RfDh9B HuoeBC65kyBNXsgpHCVmm6W9c6rmWWhjyl7qanvZ/B1FyURplK+FWWwEj+8o8uUn OCkVHtA75RgZpCdEN65BhaoRiQ68mQaHeZzf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=SyewnYAe4EIhDU4cHqSD8y9m0bonHNTT cWlgvwrMmz21viwLUCUr6VZuG/MthOUF++sQgqw5vN01IqGQCkxjoum+8Cn9QGFg 2M7GbDdiVkj6VM8aoLBHobl0NBDsbHIIdTjktt4KdoFKR/hgr+Kj9PU81nLLIlSU g2PczKLEsjk= Original-Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 1625B193E9; Wed, 22 Jun 2016 04:05:23 -0400 (EDT) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 34309193E7; Wed, 22 Jun 2016 04:05:22 -0400 (EDT) In-Reply-To: <576A1327.20104@mechcore.net> (Mads Elvheim's message of "Wed, 22 Jun 2016 06:25:11 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Pobox-Relay-ID: 119664B0-3850-11E6-9719-C1836462E9F6-02397024!pb-sasl1.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.66 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18387 Archived-At: On Wed 22 Jun 2016 06:25, Mads Elvheim writes: > I just finished setting up a continuous integration server at > http://guile.mechcore.net:8080/ That's great! I see that there's a compile failure on Guile master for Windows; very nice to see all the output :) Looking forward to poking it. Happy hacking, Andy