mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
; Fix syntax error in .gitlab-ci.yml
This commit is contained in:
parent
da844d02fd
commit
d43d3f6dfd
1 changed files with 5 additions and 11 deletions
|
|
@ -32,9 +32,7 @@ variables:
|
|||
|
||||
before_script:
|
||||
- apt update -qq
|
||||
- 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 git
|
||||
- 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 git
|
||||
|
||||
stages:
|
||||
- test-all
|
||||
|
|
@ -43,15 +41,13 @@ stages:
|
|||
test-all:
|
||||
stage: test-all
|
||||
script:
|
||||
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y >
|
||||
-qq -o=Dpkg::Use-Pty=0 inotify-tools
|
||||
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 inotify-tools
|
||||
- ./autogen.sh autoconf
|
||||
- ./configure --without-makeinfo
|
||||
- make bootstrap
|
||||
- make check-expensive
|
||||
after_script:
|
||||
- DEBIAN_FRONTEND=noninteractive apt remove --no-install-recommends -y >
|
||||
-qq -o=Dpkg::Use-Pty=0 inotify-tools
|
||||
- DEBIAN_FRONTEND=noninteractive apt remove --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 inotify-tools
|
||||
|
||||
test-filenotify-gio:
|
||||
stage: test-filenotify-gio
|
||||
|
|
@ -62,12 +58,10 @@ test-filenotify-gio:
|
|||
- lisp/filenotify.el
|
||||
- test/lisp/filenotify-tests.el
|
||||
script:
|
||||
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y >
|
||||
-qq -o=Dpkg::Use-Pty=0 libglib2.0-bin
|
||||
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libglib2.0-bin
|
||||
- ./autogen.sh autoconf
|
||||
- ./configure --without-makeinfo --with-file-notification=gfile
|
||||
- make bootstrap
|
||||
- make -C test filenotify-tests
|
||||
after_script:
|
||||
- DEBIAN_FRONTEND=noninteractive apt remove --no-install-recommends -y >
|
||||
-qq -o=Dpkg::Use-Pty=0 libglib2.0-bin
|
||||
- DEBIAN_FRONTEND=noninteractive apt remove --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libglib2.0-bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue