summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-09-20 12:06:23 +0200
committerSimon Ser <contact@emersion.fr>2021-11-09 13:45:33 +0100
commit61038f8a19b4aa155783fdaf15c6e73e80fdbc75 (patch)
tree6d837fb5408eff3563f24af9f1bc644324c792fd /.gitlab-ci.yml
parentce82f16624107de6c7ae940ed71957eedbcda8db (diff)
downloadwayland-protocols-61038f8a19b4aa155783fdaf15c6e73e80fdbc75.tar.gz
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 <contact@emersion.fr>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 2 insertions, 11 deletions
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