From 454ea024383eab60295e4c4fdf2c329475887b2c Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 11 May 2020 12:59:51 +1000 Subject: Remove autotools support This removes support for autotools in favour of meson. --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a53d60cf..65b8c729 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,23 +34,6 @@ arch-docs: - meson -Ddoc=enabled build - ninja -C build -arch-autoconf: - extends: .arch-test - script: - - pacman -Syu --needed --noconfirm autoconf-archive - - autoreconf -i - - ./configure --enable-warningflags --disable-doc - - make - - fakechroot make check - -arch-distcheck: - extends: .arch-test - script: - - pacman -Syu --needed --noconfirm autoconf-archive asciidoc - - autoreconf -i - - ./configure --enable-warningflags - - fakechroot make distcheck - arch-clang: extends: .arch-test script: -- cgit v1.2.3-54-g00ecf