summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-04-25 23:01:30 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-04-25 23:01:30 +0200
commitca7257219525a567d88e8494991250f38173b0fa (patch)
tree878bd164ac34145de94f9ec943127a4487c37664
parentEldev: add autoloads plugin (diff)
downloademacs-eix-ca7257219525a567d88e8494991250f38173b0fa.tar.gz
emacs-eix-ca7257219525a567d88e8494991250f38173b0fa.tar.bz2
emacs-eix-ca7257219525a567d88e8494991250f38173b0fa.zip
add .gitlab-ci.yml
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--.gitlab-ci.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9b7c111
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,23 @@
+---
+
+
+variables:
+ 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
+
+
+install:
+ stage: install
+ timeout: 10 minutes
+
+ script:
+ - make install