emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/tzz/cicd 77c2d85: .gitlab-ci.yml: add EMACS_EMBA_C


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/cicd 77c2d85: .gitlab-ci.yml: add EMACS_EMBA_CI=1 in test
Date: Wed, 2 Jan 2019 12:09:27 -0500 (EST)

branch: scratch/tzz/cicd
commit 77c2d85b985faec28ed40189367c0ad02ed6f60c
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    .gitlab-ci.yml: add EMACS_EMBA_CI=1 in test
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4edc05e..9d713b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,8 @@ stages:
 
 test:
   stage: test
+  variables:
+    EMACS_EMBA_CI: 1
   script:
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo



reply via email to

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