summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e56b466..cc136c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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