From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id CCB5A1FC19 for ; Fri, 24 Mar 2017 12:42:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755860AbdCXMm7 (ORCPT ); Fri, 24 Mar 2017 08:42:59 -0400 Received: from giant.haxx.se ([80.67.6.50]:54795 "EHLO giant.haxx.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752232AbdCXMm5 (ORCPT ); Fri, 24 Mar 2017 08:42:57 -0400 Received: from giant.haxx.se (localhost.localdomain [127.0.0.1]) by giant.haxx.se (8.15.2/8.15.2/Debian-4) with ESMTPS id v2OCgm9Z007336 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 24 Mar 2017 13:42:48 +0100 Received: from localhost (dast@localhost) by giant.haxx.se (8.15.2/8.15.2/Submit) with ESMTP id v2OCgmvI007331; Fri, 24 Mar 2017 13:42:48 +0100 X-Authentication-Warning: giant.haxx.se: dast owned process doing -bs Date: Fri, 24 Mar 2017 13:42:48 +0100 (CET) From: Daniel Stenberg X-X-Sender: dast@giant.haxx.se To: Lars Schneider cc: Git Mailing List , Johannes.Schindelin@gmx.de, Jeff King , Junio C Hamano , Samuel Lijin , Sebastian Schuberth Subject: Re: [PATCH v2] travis-ci: build and test Git on Windows In-Reply-To: Message-ID: References: <20170324113747.44991-1-larsxschneider@gmail.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) X-fromdanielhimself: yes MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, 24 Mar 2017, Lars Schneider wrote: >> 2. run your own buildbot and submit data using the regular github hook and >> have buildbot submit the results back (it has a plugin that can do that). >> We do solaris-builds in the curl project using that method (thanks to >> opencsw.org) and some additional windows-builds thanks to private >> individuals. > > We could do that! However, the idea was to have the entire build status for > all platforms in one place. As the status is (or at least can be) passed back to github, all CI jobs are shown at the same place: below each commit and each pull-request... -- / daniel.haxx.se