mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-17 20:18:09 +02:00
ci: Build catchsegv in CI
Build crash catcher "catchsegv"[1] in CI. [1]: https://github.com/zatrazz/glibc-tools
This commit is contained in:
parent
6bfe66a390
commit
f2f5e45345
1 changed files with 10 additions and 0 deletions
|
|
@ -53,6 +53,12 @@ test_nut_hwdb:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- git clone https://github.com/zatrazz/glibc-tools.git
|
||||
- cd glibc-tools
|
||||
- ./configure
|
||||
- make
|
||||
- cd ..
|
||||
script:
|
||||
- meson _build -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled
|
||||
- ninja -C _build
|
||||
|
|
@ -95,6 +101,10 @@ test:
|
|||
stage: test
|
||||
dependencies:
|
||||
- build
|
||||
before_script:
|
||||
- cd glibc-tools
|
||||
- make install
|
||||
- cd ..
|
||||
script:
|
||||
- meson test -C _build --print-errorlogs --no-stdsplit
|
||||
- .ci/fail_skipped_tests.py _build/meson-logs/testlog.junit.xml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue