mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
ci: No need to "cd _build" and set prefix/libdir
This commit is contained in:
@@ -17,13 +17,11 @@ fedora-meson-x86_64:
|
|||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
variables:
|
variables:
|
||||||
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
||||||
script:
|
script:
|
||||||
- meson --prefix /usr --libdir /usr/lib64 --buildtype debug --werror -Dsystemtap=true -Ddtrace=true _build .
|
- meson --buildtype debug --werror -Dsystemtap=true -Ddtrace=true _build .
|
||||||
- cd _build
|
- ninja -C _build
|
||||||
- ninja
|
- meson test -C _build --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER}
|
||||||
- meson test --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER}
|
|
||||||
- cd ..
|
|
||||||
- mkdir -p _coverage
|
- mkdir -p _coverage
|
||||||
- lcov --rc lcov_branch_coverage=1 --directory . --capture --no-external --output-file "_coverage/${CI_JOB_NAME}.lcov"
|
- lcov --rc lcov_branch_coverage=1 --directory . --capture --no-external --output-file "_coverage/${CI_JOB_NAME}.lcov"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Reference in New Issue
Block a user