[vlc-commits] [Git][videolan/vlc][master] CI: enable error logs in failing meson tests

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Aug 2 01:29:21 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
53073239 by Steve Lhomme at 2026-08-02T00:45:26+00:00
CI: enable error logs in failing meson tests

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -346,7 +346,7 @@ debian-meson:
         - |
             echo -e "\e[0Ksection_start:$(date +%s):setup_meson_section\r\e[0KMeson setup"
             # Setup meson build dir
-            meson setup -Db_coverage=true -Dextra_checks=true build-meson || (echo "ERROR: Meson setup failed!" >&2 ; cat build-meson/meson-logs/meson-log.txt >&2 ; exit 1)
+            meson setup -Db_coverage=true -Dextra_checks=true build-meson --errorlogs || (echo "ERROR: Meson setup failed!" >&2 ; cat build-meson/meson-logs/meson-log.txt >&2 ; exit 1)
             echo -e "\e[0Ksection_end:$(date +%s):setup_meson_section\r\e[0K"
 
         - |



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/53073239837128b7b6160966ee6628ab4041688a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/53073239837128b7b6160966ee6628ab4041688a
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list