diff options
| author | Michael Albinus | 2019-04-15 13:24:55 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-04-15 13:24:55 +0200 |
| commit | e29260b5f946156652c92fe77f97450c756d0367 (patch) | |
| tree | a0bc2b24a82c310dbe0b640997e94471c309716f | |
| parent | e9e807e9317ca7aa99a5dd220ee8586f8f4331bf (diff) | |
| download | emacs-e29260b5f946156652c92fe77f97450c756d0367.tar.gz emacs-e29260b5f946156652c92fe77f97450c756d0367.zip | |
* .gitlab-ci.yml (test-filenotify-gio): Add autorevert changes.
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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: | |||
| 53 | only: | 53 | only: |
| 54 | changes: | 54 | changes: |
| 55 | - .gitlab-ci.yml | 55 | - .gitlab-ci.yml |
| 56 | - lisp/autorevert.el | ||
| 56 | - lisp/filenotify.el | 57 | - lisp/filenotify.el |
| 57 | - lisp/net/tramp-sh.el | 58 | - lisp/net/tramp-sh.el |
| 58 | - src/gfilenotify.c | 59 | - src/gfilenotify.c |
| 60 | - test/lisp/autorevert-tests.el | ||
| 59 | - test/lisp/filenotify-tests.el | 61 | - test/lisp/filenotify-tests.el |
| 60 | script: | 62 | script: |
| 61 | - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libglib2.0-dev libglib2.0-bin libglib2.0-0 | 63 | - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libglib2.0-dev libglib2.0-bin libglib2.0-0 |
| 62 | - ./autogen.sh autoconf | 64 | - ./autogen.sh autoconf |
| 63 | - ./configure --without-makeinfo --with-file-notification=gfile | 65 | - ./configure --without-makeinfo --with-file-notification=gfile |
| 64 | - make bootstrap | 66 | - make bootstrap |
| 65 | - make -C test filenotify-tests | 67 | - make -C test autorevert-tests filenotify-tests |