Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96625 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77840 invoked from network); 27 Oct 2016 12:32:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2016 12:32:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:60603] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/F2-46126-2F3F1185 for ; Thu, 27 Oct 2016 08:32:52 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 5AAEF784A68; Thu, 27 Oct 2016 14:32:47 +0200 (CEST) Received: from w530phpdev (p54A77168.dip0.t-ipconnect.de [84.167.113.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 2263B784A64; Thu, 27 Oct 2016 14:32:45 +0200 (CEST) To: "'Derick Rethans'" Cc: "'PHP internals list'" References: <069801d22fbd$74b43fe0$5e1cbfa0$@belski.net> In-Reply-To: Date: Thu, 27 Oct 2016 14:32:38 +0200 Message-ID: <00bd01d2304e$380e76a0$a82b63e0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIYkahcgBEHVDB4o9QwehBfYPablQIkTPjFoB5SgvA= Content-Language: en-us Subject: RE: [PHP-DEV] Github integration with AppVeyor From: anatol.php@belski.net ("Anatol Belski") Derick, Joe, > -----Original Message----- > From: Derick Rethans [mailto:derick@php.net] > Sent: Thursday, October 27, 2016 10:52 AM > To: Anatol Belski > Cc: 'PHP internals list' > Subject: Re: [PHP-DEV] Github integration with AppVeyor > > On Wed, 26 Oct 2016, Anatol Belski wrote: > > > Hi, > > > > There's yet another CI service there called AppVeyor.com. It provides > > same functionality Travis does, but for Windows. A corresponding PR > > https://github.com/php/php-src/pull/2169 aims to implement the integration. > > I'm writing to inform the community and to discuss. The service is > > free for OSS, so for the principle, nothing stands in the way for the integration. > > If you can make this work for random extensions (i.e.: Xdebug), then, that would > be awesome! Although, it seem to have picked up on my "debugclient" project :- > ) : > https://ci.appveyor.com/project/derickr/xdebug/build/1.0.1 > As discussed on IRC, integrating with non-core extensions is rather something else. It might be in many cases useful to use the phpize way of building extensions. The usage of custom images is not available ATM. So for PECL and others, it might involve a bit more work, and depending on the exact extension also some additional setup (fe. database). I can help anyone interested to create/optimize the setup, once the core core integration is finished. Regards Anatol