summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-03-26 14:20:05 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-03-26 14:20:05 +0200
commit8b4a494d8d4413ae6d566f6478f84e319aeaacdd (patch)
treee9a92c453deb6130915d54995ba257de3d469a2e /test
parenta952bdd6af081ef78f25f20d0a6cde612ce10df0 (diff)
downloademacs-8b4a494d8d4413ae6d566f6478f84e319aeaacdd.tar.gz
Fix GNUSTEP tests on EMBA
* configure.ac (LIBS_GNUSTEP): Adapt CPPFLAGS and CFLAGS. (Bug#62210) Proposed by Po Lu <luangruo@yahoo.com>. * test/infra/gitlab-ci.yml (build-image-gnustep) (test-gnustep): Uncomment jobs.
Diffstat (limited to 'test')
-rw-r--r--test/infra/gitlab-ci.yml32
1 files changed, 15 insertions, 17 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 41778321773..de1148460aa 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -229,24 +229,22 @@ test-filenotify-gio:
# This is needed in order to get a JUnit test report.
make_params: '-k -C test check-expensive LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"'
-# The next two jobs are commented out due to bug#62210.
-
-# build-image-gnustep:
-# stage: platform-images
-# extends: [.job-template, .build-template, .gnustep-template]
-# variables:
-# target: emacs-gnustep
+build-image-gnustep:
+ stage: platform-images
+ extends: [.job-template, .build-template, .gnustep-template]
+ variables:
+ target: emacs-gnustep
-# test-gnustep:
-# # This tests the GNUstep build process.
-# stage: platforms
-# extends: [.job-template, .gnustep-template]
-# needs:
-# - job: build-image-gnustep
-# optional: true
-# variables:
-# target: emacs-gnustep
-# make_params: install
+test-gnustep:
+ # This tests the GNUstep build process.
+ stage: platforms
+ extends: [.job-template, .gnustep-template]
+ needs:
+ - job: build-image-gnustep
+ optional: true
+ variables:
+ target: emacs-gnustep
+ make_params: install
# The next two jobs are commented out due to high workload on
# emba.gnu.org.