summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-11-17 13:56:31 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-11-17 13:56:31 +0200
commit3a303cdda967e737910f8629325054bebeedf010 (patch)
treecd4e65285c3b7750f7122aa9eba77b27184fc8bf /circle.yml
parentd8e7133b3af3e169e894e436c24286d824b255d0 (diff)
downloadrspamd-3a303cdda967e737910f8629325054bebeedf010.tar.gz
rspamd-3a303cdda967e737910f8629325054bebeedf010.zip
[Test] Integrate luacheck into test suite
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index e1745e3cd..440a75825 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,7 +13,6 @@ test:
- cmake ../rspamd -DDBDIR=/nana -DENABLE_COVERAGE=ON -DCMAKE_INSTALL_PREFIX=../install
- 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
- - luacheck --config ../rspamd/.luacheckrc ../rspamd
- lcov --no-external -b ../rspamd -d ../rspamd -c --output-file coverage.info
- if [ ! -z $COVERALLS_REPO_TOKEN ]; then coveralls-lcov -t ${COVERALLS_REPO_TOKEN} coverage.info; fi
post: