emacs-devel
[Top][All Lists]
Advanced

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

Re: Emba/Gitlab tests


From: Alan Third
Subject: Re: Emba/Gitlab tests
Date: Thu, 27 Aug 2020 19:31:51 +0200 (CEST)

On Thu, Aug 27, 2020 at 11:13:44AM +0200, Michael Albinus wrote:
> 
> Fine with me. If the load on emba will be too high, we can still adjust.

Thanks.

Does this look acceptable? I don't want to have to push a whole bunch
of commits to work out any kinks, but I don't know how else to test
the code.

modified   .gitlab-ci.yml
@@ -65,3 +65,29 @@ test-filenotify-gio:
     - ./configure --without-makeinfo --with-file-notification=gfile
     - make bootstrap
     - make -C test autorevert-tests filenotify-tests
+
+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
+  script:
+    - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y 
-qq -o=Dpkg::Use-Pty=0 gnustep-devel
+    - ./autogen.sh autoconf
+    - ./configure --without-makeinfo --with-ns
+    - make bootstrap
+    - make install

-- 
Alan Third



reply via email to

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