summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-05-14 12:44:59 +0200
committerDave Davenport <qball@gmpclient.org>2020-05-14 12:44:59 +0200
commit57b14591f9905729edb275806568824e14872c02 (patch)
tree2ff616be9dd2ba7c655a95d71950dd68bfec9aaa
parent191f49dbeae49b0e34b2662835b92739f4ddfba3 (diff)
[Travis] Add coverage for meson build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 670ebd80..9ddc0b6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: