summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
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: