summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4961352e..a53d60cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,11 +62,10 @@ arch-clang:
arch-valgrind:
extends: .arch-test
script:
- - pacman -Syu --needed --noconfirm autoconf-archive valgrind
- - autoreconf -i
- - ./configure --enable-warningflags --disable-doc
- - make
- - fakechroot make PY_LOG_FLAGS=--valgrind check
+ - pacman -Syu --needed --noconfirm valgrind
+ - meson build
+ - ninja -C build
+ - PACTEST_VALGRIND=1 fakechroot meson test -C build
arch-nettle:
extends: .arch-test