emacs-diffs
[Top][All Lists]
Advanced

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

scratch/ns-gitlab-ci 3ef2247: Add GNUstep build to Gitlab CI/CD


From: Alan Third
Subject: scratch/ns-gitlab-ci 3ef2247: Add GNUstep build to Gitlab CI/CD
Date: Thu, 27 Aug 2020 15:15:05 -0400 (EDT)

branch: scratch/ns-gitlab-ci
commit 3ef2247469b093456152064e4dfdce8aa7ccb9f8
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    Add GNUstep build to Gitlab CI/CD
    
    * .gitlab-ci.yml (test-gnustep): New test target.
---
 .gitlab-ci.yml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a62137..566efb1 100644
--- a/.gitlab-ci.yml
+++ b/.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



reply via email to

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