emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/tzz/gitlab 4f523eb: * .gitlab-ci.yml: Add setup fo


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/gitlab 4f523eb: * .gitlab-ci.yml: Add setup for GitLab CI builds.
Date: Wed, 26 Apr 2017 14:41:20 -0400 (EDT)

branch: scratch/tzz/gitlab
commit 4f523eb52fd327ffba21a579700a6f52f47d9e6c
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    * .gitlab-ci.yml: Add setup for GitLab CI builds.
---
 .gitlab-ci.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3864625
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,17 @@
+# Maintainer: address@hidden
+# See https://gitlab.com/emacs-ci/emacs
+image: debian:unstable
+
+before_script:
+  - apt update -qq
+  - apt install -y -qq build-essential autoconf automake libncurses-dev 
gnutls-dev
+
+stages:
+  - test
+
+test:
+  stage: test
+  script:
+    - ./autogen.sh
+    - ./configure --without-makeinfo
+    - make check



reply via email to

[Prev in Thread] Current Thread [Next in Thread]