emacs-devel
[Top][All Lists]
Advanced

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

Re: master 89286b1 1/2: Add GNUstep build to Gitlab CI/CD


From: Alan Third
Subject: Re: master 89286b1 1/2: Add GNUstep build to Gitlab CI/CD
Date: Sat, 29 Aug 2020 17:34:49 +0200 (CEST)

On Sat, Aug 29, 2020 at 01:47:51PM +0200, Michael Albinus wrote:
> alan@idiocy.org (Alan Third) writes:
> 
> Hi Alan,
> 
> >     Add GNUstep build to Gitlab CI/CD
> >
> >     * .gitlab-ci.yml (test-gnustep): New test target.
> >
> > +test-gnustep:
> > +  stage: test
> > +  # This tests the GNUstep build process
> > +  only:
> > +    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
> 
> There are also lisp/term/ns-win.el and nextstep/* files. Should they be
> counted here as well?

I had skipped ns-win.el as it's not really important to the build but
on reflection it might still break it, so it probably should be added.
I hadn't thought of the nextstep/* files, and they should be.

I've pushed an updated list of files. Thanks!
-- 
Alan Third



reply via email to

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