summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-04-15 13:24:55 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-04-15 13:24:55 +0200
commite29260b5f946156652c92fe77f97450c756d0367 (patch)
treea0bc2b24a82c310dbe0b640997e94471c309716f /.gitlab-ci.yml
parente9e807e9317ca7aa99a5dd220ee8586f8f4331bf (diff)
downloademacs-e29260b5f946156652c92fe77f97450c756d0367.tar.gz
* .gitlab-ci.yml (test-filenotify-gio): Add autorevert changes.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b022e4b8af1..92efcf64973 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,13 +53,15 @@ test-filenotify-gio:
only:
changes:
- .gitlab-ci.yml
+ - lisp/autorevert.el
- lisp/filenotify.el
- lisp/net/tramp-sh.el
- src/gfilenotify.c
+ - test/lisp/autorevert-tests.el
- 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
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-file-notification=gfile
- make bootstrap
- - make -C test filenotify-tests
+ - make -C test autorevert-tests filenotify-tests