From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) by sourceware.org (Postfix) with ESMTPS id 265E63858D20 for ; Sat, 28 Jan 2023 09:32:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 265E63858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gwdg.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gwdg.de Received: from excmbx-21.um.gwdg.de ([134.76.9.231] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1pLhZg-000NRA-2h for gcc@gcc.gnu.org; Sat, 28 Jan 2023 10:32:40 +0100 Received: from EXCMBX-29.um.gwdg.de (134.76.9.204) by excmbx-21.um.gwdg.de (134.76.9.231) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.17; Sat, 28 Jan 2023 10:32:39 +0100 Received: from [192.168.0.221] (10.250.9.200) by EXCMBX-29.um.gwdg.de (134.76.9.204) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2507.17; Sat, 28 Jan 2023 10:32:39 +0100 Message-ID: <53d834dd74d7abbd6db9e2dec345e7c735b71207.camel@gwdg.de> Subject: gitlab CI From: Martin Uecker To: Date: Sat, 28 Jan 2023 10:32:38 +0100 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1+deb11u1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.200] X-ClientProxiedBy: excmbx-11.um.gwdg.de (134.76.9.220) To EXCMBX-29.um.gwdg.de (134.76.9.204) X-Virus-Scanned: (clean) by clamav X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Does anybody have a CI configuration file for gitlab that does bootstrapping and runs the testsuite? Martin