Document reserved keys
[emacs.git] / .gitlab-ci.yml
blob60c4d551d7ba82dd6ce13bf798ded4017a0f9f55
1 # Copyright (C) 2017-2018 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: tzz@lifelogs.com
25 # URL: https://gitlab.com/emacs-ci/emacs
27 image: debian:stretch
29 before_script:
30   - apt update -qq
31   - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev
33 stages:
34   - test
36 test:
37   stage: test
38   script:
39     - ./autogen.sh autoconf
40     - ./configure --without-makeinfo
41     - make check