From: Simon McVittie Date: Mon, 27 Jun 2022 16:13:52 +0000 (+0100) Subject: CI: Explicitly build before running tests X-Git-Tag: dbus-1.15.0~32^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de7b215f61567b90cccfe15a6cc4ed46338aa80;p=thirdparty%2Fdbus.git CI: Explicitly build before running tests If we don't do this, Meson will build everything that is a direct dependency of the test executables, but it won't build indirect dependencies like GLib's gspawn-win32-helper.exe. Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84e30b5f9..b4323d3cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -362,6 +362,7 @@ windows-meson-vs15-x86: script: - cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=x86 && meson --force-fallback-for=expat,glib,zlib build && + meson compile -C build && meson test -C build" artifacts: reports: