updated ci to use meson/ninja

This commit is contained in:
2025-11-21 00:02:00 +01:00
parent cc147e7cae
commit 4a433ae438
2 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ steps:
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre pcre-dev gdbm gdbm-dev pkgconfig
- ./autogen.sh
- ./configure
- make
- apk add --no-cache bash build-base words-en gdb perl pcre pcre-dev gdbm gdbm-dev pkgconfig meson ninja
- meson setup --reconfigure build
- ninja -C build