From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Subject: Re: filenotify-tests.el failing inside Docker debian:stretch
Date: Mon, 07 Jan 2019 14:17:43 +0100 [thread overview]
Message-ID: <87ftu4d2tk.fsf@gmx.de> (raw)
In-Reply-To: <87sgy5dcba.fsf@gmx.de> (Michael Albinus's message of "Sun, 06 Jan 2019 16:40:25 +0100")
[-- Attachment #1: Type: text/plain, Size: 367 bytes --]
Michael Albinus <michael.albinus@gmx.de> writes:
Hi Ted,
> I will continue to play with the scratch/albinus branch on emba, in
> order to check other monitor libraries (gfilenotify, inotifywatch, gio).
Done. Needed changes are pushed to master.
Finally, I've ended up with the appended .gitlab-ci.yml file. Is it OK
to push it to master?
Best regards, Michael.
[-- Attachment #2: .gitlab-ci.yml --]
[-- Type: application/octet-stream, Size: 2238 bytes --]
# Copyright (C) 2017-2018 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
# GNU Emacs is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GNU Emacs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
# GNU Emacs support for the GitLab protocol for CI
# The presence of this file does not imply any FSF/GNU endorsement of
# any particular service that uses that protocol. Also, it is intended for
# evaluation purposes, thus possibly temporary.
# Maintainer: tzz@lifelogs.com
# URL: https://emba.gnu.org/emacs/emacs
image: debian:stretch
variables:
GIT_STRATEGY: fetch
EMACS_EMBA_CI: 1
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
stages:
- test
test-all:
# 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
- ./autogen.sh autoconf
- ./configure --without-makeinfo
- make bootstrap
- make check-expensive
test-filenotify-gio:
stage: test
# This tests file monitor libraries gfilemonitor and gio.
only:
changes:
- .gitlab-ci.yml
- lisp/filenotify.el
- lisp/net/tramp-sh.el
- 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
- ./autogen.sh autoconf
- ./configure --without-makeinfo --with-file-notification=gfile
- make bootstrap
- make -C test filenotify-tests
next prev parent reply other threads:[~2019-01-07 13:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-31 16:14 filenotify-tests.el failing inside Docker debian:stretch Ted Zlatanov
2018-12-31 17:27 ` Michael Albinus
2018-12-31 18:48 ` Ted Zlatanov
2018-12-31 19:39 ` Ted Zlatanov
2019-01-02 8:36 ` Michael Albinus
2019-01-02 14:19 ` Ted Zlatanov
2019-01-06 15:40 ` Michael Albinus
2019-01-07 13:17 ` Michael Albinus [this message]
2019-01-07 21:18 ` Ted Zlatanov
2019-01-08 8:35 ` Michael Albinus
2019-01-09 14:01 ` Ted Zlatanov
2019-01-02 8:31 ` Michael Albinus
2019-01-02 14:16 ` Ted Zlatanov
2019-01-02 14:31 ` Michael Albinus
2019-01-02 14:40 ` Ted Zlatanov
2019-01-02 14:48 ` Michael Albinus
2019-01-02 17:10 ` Ted Zlatanov
2019-01-03 14:32 ` Michael Albinus
2019-01-03 15:50 ` Ted Zlatanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ftu4d2tk.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.