From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.devel Subject: Continuous integration Date: Tue, 21 Mar 2017 16:45:09 +0100 Message-ID: <87a88emy62.fsf@luca> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1490111206 13132 195.159.176.226 (21 Mar 2017 15:46:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 21 Mar 2017 15:46:46 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 21 16:46:36 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqLzS-00020G-OH for ged-emacs-devel@m.gmane.org; Tue, 21 Mar 2017 16:46:30 +0100 Original-Received: from localhost ([::1]:40984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqLzY-0007Rr-F3 for ged-emacs-devel@m.gmane.org; Tue, 21 Mar 2017 11:46:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqLyU-0007Qd-MN for emacs-devel@gnu.org; Tue, 21 Mar 2017 11:45:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqLyQ-00074n-Kc for emacs-devel@gnu.org; Tue, 21 Mar 2017 11:45:30 -0400 Original-Received: from gateway-a.fh-trier.de ([143.93.54.181]:48085) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqLyQ-000735-7W for emacs-devel@gnu.org; Tue, 21 Mar 2017 11:45:26 -0400 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier (RZ/HT)] Original-Received: from localhost (unknown [95.91.222.207]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: politza) by gateway-a.fh-trier.de (Postfix) with ESMTPSA id 9ACC5179AB80 for ; Tue, 21 Mar 2017 16:45:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=hochschule-trier.de; s=default; t=1490111109; bh=wW4cA7sw9vsntfMooPzp7+OtIdI=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=mjsHkhCyHlKUnQ8XPN8ZlIEUp/c4w8ZQuRdn+tKLPRj3t2diKyCcVn9j9j+bTWOLj OYxzprf91Hk/k2YWPPtEyTHofoDsvxNRiWGIn71FlNt74oPekokBhyVp99k8t2VfHM bOIwVSJLqaDvOTt5tWExgVVmR1a2oK6/80uCF28U= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 143.93.54.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:213202 Archived-At: (Sorry for throwing around buzz words here.) Michael and I are trying to fix some errors with file-notification. None of us has all the participating libraries and OS at hand, which means we are unable to test any patches thoroughly. So, I wondered whether it be possible to run the test-suite automatically for every commit/branch/OS. The results could be published via mailing-list. What do you think ? -ap