commit: 3b1c5f8f7f112a09bcf70b3f2d4de30e25c9d1ab
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 00:11:08 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 00:11:08 2023 +0000
URL: https://gitweb.gentoo.org/proj/emacs-elogt.git/commit/?id=3b1c5f8f
.gitlab-ci.yml: use registry.gentoo.org/emacs/container-emacs
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.gitlab-ci.yml | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b7c111..19583ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,22 +2,24 @@
variables:
- GIT_SUBMODULE_STRATEGY: recursive
- TERM: dumb
+ GIT_SUBMODULE_STRATEGY: recursive
+ TERM: dumb
stages:
- install
-image: debian:unstable
-
-before_script:
- - apt update && apt install -y emacs-nox make
- - mkdir -p ~/.emacs.d
+image: registry.gentoo.org/emacs/container-emacs/debian-unstable:latest
install:
stage: install
timeout: 10 minutes
+ rules:
+ - changes:
+ - "*.el"
+ - .gitlab-ci.yml
+ - Makefile
+
script:
- make install