<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/infra/gitlab-ci.yml, branch scratch/handler-bind-2</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>* test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes".</title>
<updated>2023-11-10T10:16:22+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-11-10T10:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dfcc9a0f4d63444bac8c3cf6610379c912251d3c'/>
<id>dfcc9a0f4d63444bac8c3cf6610379c912251d3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt emba integration</title>
<updated>2023-06-05T11:29:21+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-06-05T11:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=26ee0ce6f94cdec2b30d9abc9cbd0c7f468a08c1'/>
<id>26ee0ce6f94cdec2b30d9abc9cbd0c7f468a08c1</id>
<content type='text'>
* test/infra/Dockerfile.emba (emacs-tree-sitter):
Use "/root/.emacs.d/tree-sitter" instead of "/usr/local/lib/tree-sitter".

* test/infra/gitlab-ci.yml (.job-template): Run "/bin/bash -xvc".
(test-eglot): Revert last change, it doesn't work yet.
(test-tree-sitter): Set TEST_HOME instead of LD_LIBRARY_PATH.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/infra/Dockerfile.emba (emacs-tree-sitter):
Use "/root/.emacs.d/tree-sitter" instead of "/usr/local/lib/tree-sitter".

* test/infra/gitlab-ci.yml (.job-template): Run "/bin/bash -xvc".
(test-eglot): Revert last change, it doesn't work yet.
(test-tree-sitter): Set TEST_HOME instead of LD_LIBRARY_PATH.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt emba integration</title>
<updated>2023-06-03T16:32:29+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-06-03T16:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6847c01568ef09764ee603fda5e20505453e1e10'/>
<id>6847c01568ef09764ee603fda5e20505453e1e10</id>
<content type='text'>
* test/infra/Dockerfile.emba (emacs-eglot, emacs-tree-sitter):
Don't install gawk.

* test/infra/gitlab-ci.yml (test-eglot): Add company and yasnippet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/infra/Dockerfile.emba (emacs-eglot, emacs-tree-sitter):
Don't install gawk.

* test/infra/gitlab-ci.yml (test-eglot): Add company and yasnippet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt emba integration</title>
<updated>2023-06-03T08:19:02+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-06-03T08:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f1fd3d2606220ee55046e0adb0cc0688c7327c14'/>
<id>f1fd3d2606220ee55046e0adb0cc0688c7327c14</id>
<content type='text'>
* admin/notes/emba: Improve docker call.

* test/infra/Dockerfile.emba (emacs-eglot, emacs-tree-sitter):
Install also gawk.

* test/infra/Makefile.in (TREE-SITTER-FILES): New variable.
(tree-sitter-files-template): New rule.
(.PHONY, generate-test-jobs): Add it to dependencies.

* test/infra/gitlab-ci.yml (variables): Disable CI_DEBUG_TRACE.
(test-tree-sitter): Extends also .tree-sitter-files-template.  Use
$tree_sitter_files.

* test/infra/test-jobs.yml: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/emba: Improve docker call.

* test/infra/Dockerfile.emba (emacs-eglot, emacs-tree-sitter):
Install also gawk.

* test/infra/Makefile.in (TREE-SITTER-FILES): New variable.
(tree-sitter-files-template): New rule.
(.PHONY, generate-test-jobs): Add it to dependencies.

* test/infra/gitlab-ci.yml (variables): Disable CI_DEBUG_TRACE.
(test-tree-sitter): Extends also .tree-sitter-files-template.  Use
$tree_sitter_files.

* test/infra/test-jobs.yml: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tree-sitter tests on emba</title>
<updated>2023-06-02T11:44:00+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-06-02T11:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f947a0219bb6e43966e0e4e61ad6a15b0ed13e18'/>
<id>f947a0219bb6e43966e0e4e61ad6a15b0ed13e18</id>
<content type='text'>
* test/infra/Makefile.in: Revert tree-sitter relevant changes.

* test/infra/gitlab-ci.yml (test-tree-sitter): Remove
.tree-sitter-files-template.  List files explicitly.

* test/infra/test-jobs.yml: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/infra/Makefile.in: Revert tree-sitter relevant changes.

* test/infra/gitlab-ci.yml (test-tree-sitter): Remove
.tree-sitter-files-template.  List files explicitly.

* test/infra/test-jobs.yml: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * test/infra/gitlab-ci.yml (variables): Enable CI_DEBUG_TRACE.</title>
<updated>2023-06-01T06:47:18+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-06-01T06:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8c3d3824df01d70653ffc29ea54d520f7d85b68'/>
<id>f8c3d3824df01d70653ffc29ea54d520f7d85b68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve tree-sitter tests on emba</title>
<updated>2023-05-31T06:44:44+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-05-31T06:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3e3c2778704331ee9a48721fe217afe5f8030e52'/>
<id>3e3c2778704331ee9a48721fe217afe5f8030e52</id>
<content type='text'>
* test/infra/Dockerfile.emba (emacs-tree-sitter): Install only
grammars which are needed.

* test/infra/Makefile.in (subdir_template): Special handling of
progmodes.
(TREE-SITTER-FILES): New variable.
(tree-sitter-files-template): New rule.
(.PHONY, generate-test-jobs): Add it to dependencies.

* test/infra/gitlab-ci.yml (.tree-sitter-template):
Add test/lisp/progmodes/*-ts-mode-resources/**.
(test-tree-sitter): Extends also .tree-sitter-files-template.  Use
$tree-sitter-files.

* test/infra/test-jobs.yml: Regenerate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/infra/Dockerfile.emba (emacs-tree-sitter): Install only
grammars which are needed.

* test/infra/Makefile.in (subdir_template): Special handling of
progmodes.
(TREE-SITTER-FILES): New variable.
(tree-sitter-files-template): New rule.
(.PHONY, generate-test-jobs): Add it to dependencies.

* test/infra/gitlab-ci.yml (.tree-sitter-template):
Add test/lisp/progmodes/*-ts-mode-resources/**.
(test-tree-sitter): Extends also .tree-sitter-files-template.  Use
$tree-sitter-files.

* test/infra/test-jobs.yml: Regenerate.
</pre>
</div>
</content>
</entry>
<entry>
<title>* test/infra/gitlab-ci.yml (test-tree-sitter): Fix file list.</title>
<updated>2023-05-30T07:46:46+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-05-30T07:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8a79c0055f1d60815599af777b5d2c78f9616c3'/>
<id>f8a79c0055f1d60815599af777b5d2c78f9616c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tree-sitter tests to emba</title>
<updated>2023-05-29T15:26:46+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2023-05-29T15:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=edcdb4c2ecd16e9838f2359ea4f1c66030ffadaf'/>
<id>edcdb4c2ecd16e9838f2359ea4f1c66030ffadaf</id>
<content type='text'>
* admin/notes/emba: Add docker image emacs-tree-sitter.  Improve
docker call.

* test/infra/Dockerfile.emba (emacs-tree-sitter): New image.

* test/infra/gitlab-ci.yml (.tree-sitter-template): New template.
(build-image-tree-sitter, test-tree-sitter): New jobs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/emba: Add docker image emacs-tree-sitter.  Improve
docker call.

* test/infra/Dockerfile.emba (emacs-tree-sitter): New image.

* test/infra/gitlab-ci.yml (.tree-sitter-template): New template.
(build-image-tree-sitter, test-tree-sitter): New jobs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-29</title>
<updated>2023-03-27T21:16:59+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2023-03-27T21:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=47bce04e875bdaf4a9e2bb33dc14794d373b676f'/>
<id>47bce04e875bdaf4a9e2bb33dc14794d373b676f</id>
<content type='text'>
0337131bfa1 Update to Transient v0.3.7-218-g3dbb22a
a8c23677d39 Update to Org 9.6.2
45b16bfb496 Skip failing tests on Cygwin with native compilation (bug...
8b4a494d8d4 Fix GNUSTEP tests on EMBA

# Conflicts:
#	test/infra/gitlab-ci.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0337131bfa1 Update to Transient v0.3.7-218-g3dbb22a
a8c23677d39 Update to Org 9.6.2
45b16bfb496 Skip failing tests on Cygwin with native compilation (bug...
8b4a494d8d4 Fix GNUSTEP tests on EMBA

# Conflicts:
#	test/infra/gitlab-ci.yml
</pre>
</div>
</content>
</entry>
</feed>
