mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
[Travis] Add coverage for meson build
This commit is contained in:
parent
191f49dbea
commit
57b14591f9
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ before_install:
|
|||
- PATH="$PATH:$HOME/.local/bin"
|
||||
before_script:
|
||||
&meson_before_script # Configure the build directory with meson:
|
||||
- meson setup build
|
||||
- meson setup build -Db_coverage=true
|
||||
# TODO: Fix X11 tests (and check whether or not changing the user's resource
|
||||
# limit is still required for the X11 tests).
|
||||
script: &meson_script # Build the project:
|
||||
|
|
Loading…
Reference in a new issue