From 61038f8a19b4aa155783fdaf15c6e73e80fdbc75 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Sep 2021 12:06:23 +0200 Subject: Drop autotools It's been a few releases that we ship Meson support, we should be able to drop the old autotools build system now. Signed-off-by: Simon Ser --- .gitlab-ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23c3de3..671184c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,8 @@ variables: .debian: variables: FDO_DISTRIBUTION_VERSION: bullseye - FDO_DISTRIBUTION_PACKAGES: 'build-essential automake autoconf libtool pkg-config libwayland-dev meson' - FDO_DISTRIBUTION_TAG: '2021-03-24.0' + FDO_DISTRIBUTION_PACKAGES: 'build-essential pkg-config libwayland-dev meson' + FDO_DISTRIBUTION_TAG: '2021-11-09.0' check-commit: extends: @@ -52,12 +52,3 @@ test-meson: - ninja -C build - meson test -C build - ninja -C build install - -test-autotools: - stage: test - extends: - - .debian - - .fdo.distribution-image@debian - script: - - ./autogen.sh - - make check -- cgit v1.2.3