[igt-dev] [PATCH i-g-t 2/4] gitlab-ci: build test libunwind stubs
Daniel Vetter
daniel.vetter at ffwll.ch
Mon Oct 29 08:10:28 UTC 2018
We want to make sure this keeps working nicely
Cc: Sean Paul <sean at poorly.run>
Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
.gitlab-ci.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd1ddb79b119..12601cb7f200 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
--
2.19.1
More information about the igt-dev
mailing list