forked from Github/emacs
.gitlab-ci.yml: add EMACS_EMBA_CI=1 in test
This commit is contained in:
parent
9aec79652e
commit
77c2d85b98
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ stages:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
variables:
|
||||
EMACS_EMBA_CI: 1
|
||||
script:
|
||||
- ./autogen.sh autoconf
|
||||
- ./configure --without-makeinfo
|
||||
|
|
|
|||
Loading…
Reference in a new issue