From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glXMQ-0001nA-Cd for qemu-devel@nongnu.org; Mon, 21 Jan 2019 06:03:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glXMP-0002hp-54 for qemu-devel@nongnu.org; Mon, 21 Jan 2019 06:03:22 -0500 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:55403) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glXMM-0002c1-Lp for qemu-devel@nongnu.org; Mon, 21 Jan 2019 06:03:18 -0500 Received: by mail-wm1-x342.google.com with SMTP id y139so10252078wmc.5 for ; Mon, 21 Jan 2019 03:03:16 -0800 (PST) References: <20190116191950.94110-1-emaste@freefall.freebsd.org> <20190118144724.66914-1-emaste@freebsd.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20190118144724.66914-1-emaste@freebsd.org> Date: Mon, 21 Jan 2019 11:03:14 +0000 Message-ID: <87a7ju1de5.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3] .cirrus.yml: basic compile and test for FreeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Ed Maste emaste@freebsd.org writes: > From: Ed Maste > > Signed-off-by: Ed Maste > --- > Changes since v2: > * remove fontconfig and freetype2, noted by Thomas Huth > > After this patch is applied someone with appropriate permissions will > need to add the Cirrus-CI application in GitHub. I should be able to add CirrusCI to the QEMU project github when we merge. I see there is another revision coming in so I''ll wait for that before I queue it up. > .cirrus.yml | 16 ++++++++++++++++ > MAINTAINERS | 8 ++++++++ > 2 files changed, 24 insertions(+) > create mode 100644 .cirrus.yml > > diff --git a/.cirrus.yml b/.cirrus.yml > new file mode 100644 > index 0000000000..84d6f0519b > --- /dev/null > +++ b/.cirrus.yml > @@ -0,0 +1,16 @@ > +freebsd_12_task: > + freebsd_instance: > + image: freebsd-12-0-release-amd64 > + cpu: 8 > + memory: 24G > + env: > + CIRRUS_CLONE_DEPTH: 1 > + install_script: pkg install -y > + bison curl cyrus-sasl git glib gmake gnutls > + nettle perl5 pixman pkgconf png usbredir > + script: > + - mkdir build > + - cd build > + - ../configure || { cat config.log; exit 1; } > + - gmake -j8 V=3D1 > + - gmake -j8 V=3D1 check > diff --git a/MAINTAINERS b/MAINTAINERS > index af339b86db..f9da8c9cf0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2483,6 +2483,14 @@ W: https://travis-ci.org/qemu/qemu > W: https://app.shippable.com/github/qemu/qemu > W: http://patchew.org/QEMU/ > > +FreeBSD Hosted Continuous Integration > +M: Ed Maste > +M: Li-Wen Hsu > +L: qemu-devel@nongnu.org > +S: Maintained > +F: .cirrus.yml > +W: https://cirrus-ci.com/github/qemu/qemu > + > Guest Test Compilation Support > M: Alex Benn=C3=A9e > R: Philippe Mathieu-Daud=C3=A9 -- Alex Benn=C3=A9e