emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e2702ca: Run GNUstep build test more often


From: Alan Third
Subject: master e2702ca: Run GNUstep build test more often
Date: Sat, 29 Aug 2020 11:34:30 -0400 (EDT)

branch: master
commit e2702ca5fb1af6f80800e0ba202ffecebb723eed
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    Run GNUstep build test more often
    
    * .gitlab-ci.yml (test-gnustep): Include more files that may affect
    the GNUstep build.
---
 .gitlab-ci.yml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 566efb1..913ba0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,18 +73,10 @@ test-gnustep:
     changes:
       - .gitlab-ci.yml
       - configure.ac
-      - src/nsfns.m
-      - src/nsfont.m
-      - src/nsgui.h
-      - src/nsimage.m
-      - src/nsmenu.m
-      - src/nsselect.m
-      - src/nsterm.h
-      - src/nsterm.m
-      - src/nsxwidget.h
-      - src/nsxwidget.m
-      - src/macfont.h
-      - src/macfont.m
+      - src/ns*.{h,m}
+      - src/macfont.{h,m}
+      - lisp/term/ns-win.el
+      - nextstep/**/*
   script:
     - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y 
-qq -o=Dpkg::Use-Pty=0 gnustep-devel
     - ./autogen.sh autoconf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]