mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-07 15:28:11 +02:00
ci: Use multiline args for meson setup for easier maintainability
This commit is contained in:
parent
51be4b76f4
commit
5663a041d9
1 changed files with 5 additions and 1 deletions
|
|
@ -30,7 +30,11 @@ build_stable:
|
|||
- if [ -x /bin/dnf ]; then dnf install -y $DEPENDENCIES; else dnf5 install -y $DEPENDENCIES; fi
|
||||
- mkdir tmpdir/
|
||||
script:
|
||||
- meson setup -Dgtk_doc=true -Dpylint=true -Dtests=true _build
|
||||
- meson setup
|
||||
-Dgtk_doc=true
|
||||
-Dpylint=true
|
||||
-Dtests=true
|
||||
_build
|
||||
- env TMPDIR=$(pwd)/tmpdir meson test -C _build --print-errorlogs
|
||||
- .ci/fail_skipped_tests.py _build/meson-logs/testlog.junit.xml
|
||||
- meson install -C _build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue