summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-01-03 18:55:11 +0100
committerMichael Albinus <michael.albinus@gmx.de>2019-01-03 18:55:11 +0100
commitfe4922cbf01fa9161ffa142fc70972098d48186f (patch)
treeece941a2ce514ac55029e6e52e9386138c0da213 /.gitlab-ci.yml
parentecdfb8ef5387939e6b6f466c4caeb236e099209c (diff)
downloademacs-fe4922cbf01fa9161ffa142fc70972098d48186f.tar.gz
Mark some filenotify tests unstable on emba
* .gitlab-ci.yml (test): Add EMACS_EMBA_CI variable. * test/lisp/filenotify-tests.el (file-notify-test03-events) (file-notify-test05-file-validity) (file-notify-test06-dir-validity) (file-notify-test07-many-events) (file-notify-test09-watched-file-in-watched-dir): Mark them as :unstable on emba.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af573affc93..ff51c20726b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,8 @@ stages:
test:
stage: test
+ variables:
+ EMACS_EMBA_CI: 1
script:
- ./autogen.sh autoconf
- ./configure --without-makeinfo