diff options
| author | Ted Zlatanov | 2019-01-02 12:09:17 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2019-01-02 12:09:17 -0500 |
| commit | 77c2d85b985faec28ed40189367c0ad02ed6f60c (patch) | |
| tree | 8a72073203d389493abf8910f664648da47e91ca | |
| parent | 9aec79652ea87539c4c367795d21b1dcc3e271c6 (diff) | |
| download | emacs-scratch/tzz/cicd.tar.gz emacs-scratch/tzz/cicd.zip | |
.gitlab-ci.yml: add EMACS_EMBA_CI=1 in testscratch/tzz/cicd
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4edc05e88a5..9d713b77218 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -35,6 +35,8 @@ stages: | |||
| 35 | 35 | ||
| 36 | test: | 36 | test: |
| 37 | stage: test | 37 | stage: test |
| 38 | variables: | ||
| 39 | EMACS_EMBA_CI: 1 | ||
| 38 | script: | 40 | script: |
| 39 | - ./autogen.sh autoconf | 41 | - ./autogen.sh autoconf |
| 40 | - ./configure --without-makeinfo | 42 | - ./configure --without-makeinfo |