Attempt to make defclass documentation more legible
[emacs.git] / .gitlab-ci.yml
blob3138f4184e63811dff8a0e4294637362948debfa
1 # Copyright (C) 2021 Free Software Foundation, Inc.
3 #  This file is part of GNU Emacs.
5 #  GNU Emacs is free software: you can redistribute it and/or modify
6 #  it under the terms of the GNU General Public License as published by
7 #  the Free Software Foundation, either version 3 of the License, or
8 #  (at your option) any later version.
10 #  GNU Emacs is distributed in the hope that it will be useful,
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #  GNU General Public License for more details.
15 #  You should have received a copy of the GNU General Public License
16 #  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
18 # GNU Emacs support for the GitLab protocol for CI
20 # The presence of this file does not imply any FSF/GNU endorsement of
21 # any particular service that uses that protocol.  Also, it is intended for
22 # evaluation purposes, thus possibly temporary.
24 # Maintainer: Ted Zlatanov <tzz@lifelogs.com>
25 # URL: https://emba.gnu.org/emacs/emacs
27 # Just load from test/infra, to keep build automation files there.
28 include: '/test/infra/gitlab-ci.yml'