]> git.eshelyaron.com Git - emacs.git/commitdiff
; .build.yml: New file.
authorEshel Yaron <me@eshelyaron.com>
Fri, 22 Dec 2023 18:25:03 +0000 (19:25 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 22 Dec 2023 18:25:03 +0000 (19:25 +0100)
Run 'make check' in CI.

.build.yml [new file with mode: 0644]

diff --git a/.build.yml b/.build.yml
new file mode 100644 (file)
index 0000000..3a49e9b
--- /dev/null
@@ -0,0 +1,19 @@
+image: debian/stable
+packages:
+  - build-essential
+  - git
+  - texinfo
+  - autoconf
+  - pkg-config
+  - libgccjit-12-dev
+  - gnutls-dev
+  - libncurses-dev
+  - zlib1g-dev
+  - libx11-dev
+  - libgtk-3-dev
+  - libgif-dev
+  - libxpm-dev
+sources:
+  - git@git.sr.ht:~eshel/emacs
+tasks:
+  - check: make -C emacs check