mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* .gitlab-ci.yml (test-filenotify-gio): Add autorevert changes.
This commit is contained in:
parent
e9e807e931
commit
e29260b5f9
1 changed files with 3 additions and 1 deletions
|
|
@ -53,13 +53,15 @@ test-filenotify-gio:
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
|
- lisp/autorevert.el
|
||||||
- lisp/filenotify.el
|
- lisp/filenotify.el
|
||||||
- lisp/net/tramp-sh.el
|
- lisp/net/tramp-sh.el
|
||||||
- src/gfilenotify.c
|
- src/gfilenotify.c
|
||||||
|
- test/lisp/autorevert-tests.el
|
||||||
- test/lisp/filenotify-tests.el
|
- test/lisp/filenotify-tests.el
|
||||||
script:
|
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
|
- ./autogen.sh autoconf
|
||||||
- ./configure --without-makeinfo --with-file-notification=gfile
|
- ./configure --without-makeinfo --with-file-notification=gfile
|
||||||
- make bootstrap
|
- make bootstrap
|
||||||
- make -C test filenotify-tests
|
- make -C test autorevert-tests filenotify-tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue