summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-12-07 11:52:28 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-12-07 11:52:28 +0200
commit09a26fe9a0394bc55dc739f4941da4f4bc3b4936 (patch)
treec352bed391a58488b091550cc6a1fafcc1a2688e /circle.yml
parent22f8a1e66c19254516453b53fc38c699c673f3f5 (diff)
downloadrspamd-09a26fe9a0394bc55dc739f4941da4f4bc3b4936.tar.gz
rspamd-09a26fe9a0394bc55dc739f4941da4f4bc3b4936.zip
[Test] Further fixes for CI
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 440a75825..a115d0c7b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -10,7 +10,7 @@ dependencies:
test:
override:
- mkdir ../build ; mkdir ../install ; cd ../build
- - cmake ../rspamd -DDBDIR=/nana -DENABLE_COVERAGE=ON -DCMAKE_INSTALL_PREFIX=../install
+ - cmake ../rspamd -DDBDIR=/nana -DENABLE_COVERAGE=ON -DCMAKE_INSTALL_PREFIX=../install -DENABLE_HIREDIS=ON
- make install
- RSPAMADM=../install/bin/rspamadm RSPAMC=../install/bin/rspamc RSPAMD=../install/bin/rspamd sudo -E robot -x xunit.xml --exclude isbroken ../rspamd/test/functional/cases
- lcov --no-external -b ../rspamd -d ../rspamd -c --output-file coverage.info