.gitlab-ci.yml: add var SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE
authorJoe Guo <joeg@catalyst.net.nz>
Fri, 3 May 2019 06:35:44 +0000 (18:35 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 May 2019 08:19:17 +0000 (08:19 +0000)
commit5b2a1a39015b2261d244127e8c604144d49220cf
treeeb3a74d830ce3307a6e2bd358ff44abfb3393671
parent1b48d8a9cea8eee16a621359d360877663614627
.gitlab-ci.yml: add var SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE

keep this var empty by default, since gcov will slow down the build process.
set to `--enable-coverage` to enable coverage on demand.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.gitlab-ci.yml