From ae8958bdc7d30847158eafcec14552213708402f Mon Sep 17 00:00:00 2001 From: Matthias Dressel Date: Fri, 2 Apr 2021 15:45:28 +0200 Subject: CI: Fix asm checks meson 0.57.0 introduced an optimization [0] for `meson test` to only rebuild test dependencies. This does not cover changing the build configuration anymore. [0] https://mesonbuild.com/Release-notes-for-0-57-0.html --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 668863a..3a566dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -415,6 +415,7 @@ build-debian-ppc64le: - avx2 script: - meson configure build -Dtestdata_tests=true + - ninja -C build - cd build - exit_code=0 - time meson test -q --suite testdata-8 --suite testdata-10 --suite testdata-12 --test-args "--cpumask 0" || exit_code=$((exit_code + $?)) -- cgit v1.2.3