From c2e577baa0beb2823ff6c764f91f90265ec27cff Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 30 Oct 2018 13:22:13 +0100 Subject: gitlab-ci: build test libunwind stubs We want to make sure this keeps working nicely Cc: Sean Paul Cc: Eric Anholt Reviewed-by: Eric Anholt Reviewed-by: Petri Latvala Signed-off-by: Daniel Vetter --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 555a05ee..e0251d0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ variables: -Dbuild_man=true -Dbuild_tests=true -Dbuild_runner=true + -Dwith_libunwind=true stages: - containers @@ -27,6 +28,13 @@ build:tests-fedora: paths: - build +build:tests-fedora-no-libunwind: + stage: build + script: + - dnf remove -y libunwind-devel + - meson -Dlibunwind=false build + - ninja -C build + # documentation building is different with meson<0.47 build:tests-fedora-oldest-meson: stage: build -- cgit v1.2.3