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
# This tests also file monitor libraries inotify and inotifywatch.
stage: test
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
- src/gfilenotify.c
- test/lisp/filenotify-tests.el
script:
- - >
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y
- -qq -o=Dpkg::Use-Pty=0 libglib2.0-dev libglib2.0-bin libglib2.0-0
+ - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libglib2.0-dev libglib2.0-bin libglib2.0-0
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-file-notification=gfile
- make bootstrap