mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-05 06:30:26 +01:00
ci: Fix tree getting wiped between stages
It's stopping us from being able to run tests.
This commit is contained in:
parent
7f3a31447f
commit
8ddbb8e2eb
1 changed files with 4 additions and 6 deletions
|
|
@ -53,12 +53,6 @@ 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
|
||||
|
|
@ -103,10 +97,14 @@ test:
|
|||
dependencies:
|
||||
- build
|
||||
before_script:
|
||||
- git clone https://github.com/zatrazz/glibc-tools.git
|
||||
- cd glibc-tools
|
||||
- ./configure
|
||||
- make install
|
||||
- cd ..
|
||||
script:
|
||||
- meson _build -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled
|
||||
- ninja -C _build
|
||||
- catchsegv 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