Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-05-11 12:59:51 +1000
committerAllan McRae <allan@archlinux.org>2020-06-01 10:59:08 +1000
commit454ea024383eab60295e4c4fdf2c329475887b2c (patch)
tree5f3397782b3bb7e061770a63da5b7e34877f8193 /.gitlab-ci.yml
parent8ce142a2552418f64a74e773f659d92b065d6209 (diff)
Remove autotools support
This removes support for autotools in favour of meson.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 0 insertions, 17 deletions
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: