[glib: 4/13] ci: Drop autotools CI build



commit c8797d7a4207061b21b9e6278a11dcc77aa35e93
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Jan 9 11:19:26 2019 +0000

    ci: Drop autotools CI build
    
    We’re about to drop autotools support entirely in master.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci.yml | 27 ---------------------------
 1 file changed, 27 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb16a9876..d8019d5d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,33 +61,6 @@ fedora-x86_64:
     paths:
       - "_build/meson-logs"
 
-fedora-autotools-x86_64:
-  stage: build
-  except:
-    - tags
-  variables:
-    CFLAGS: "-Werror"
-    V: "1"
-    MAKEFLAGS: "-j8"
-  script:
-    - mkdir _build
-    - cd _build
-    - ../autogen.sh --enable-always-build-tests --enable-systemtap --enable-dtrace
-    - make
-    - make check
-  artifacts:
-    name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
-    when: always
-    paths:
-      - "_build/config.h"
-      - "_build/glib/glibconfig.h"
-      - "_build/*.log"
-      - "_build/*/*.log"
-      - "_build/*/*/*.log"
-      - "_build/*/*/*/*.log"
-      - "_build/*/*/*/*/*.log"
-      - "_build/*/*/*/*/*/*.log"
-
 cross-android_api21_arm64:
   <<: *cross-template
   script:


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