emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/tzz/cicd 9aec796: .gitlab-ci.yml: unsplit stages


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/cicd 9aec796: .gitlab-ci.yml: unsplit stages
Date: Mon, 31 Dec 2018 10:05:43 -0500 (EST)

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

    .gitlab-ci.yml: unsplit stages
---
 .gitlab-ci.yml | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb156ec..4edc05e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,29 +31,12 @@ before_script:
   - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq 
-o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev 
gnutls-dev git
 
 stages:
-  - compile
   - test
 
-compile:
-  stage: compile
+test:
+  stage: test
   script:
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo
     - make bootstrap
-  artifacts:
-    when: always
-    name: "compile-$CI_COMMIT_REF_NAME-$CI_JOB_STAGE-$CI_JOB_NAME"
-    paths:
-      - doc/
-      - lib-src/
-      - lib/
-      - lisp/
-      - src/
-      - test/
-
-test:
-  stage: test
-  dependencies:
-    - compile
-  script:
     - make check



reply via email to

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