aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-07-21 13:53:57 +0100
committerAndrew Lewis <nerf@judo.za.org>2016-07-21 14:08:19 +0100
commitf9192a1dedcc11237a04da637a845d469202ee42 (patch)
tree203280da92409a0cc5a8f115be74347c7a8d57be /circle.yml
parentb272b9ea6fb05c9a7d233076cd7c5c18386e6fbe (diff)
downloadrspamd-f9192a1dedcc11237a04da637a845d469202ee42.tar.gz
rspamd-f9192a1dedcc11237a04da637a845d469202ee42.zip
[Minor] Publish test suite output as build artifacts in CircleCI
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 1c0ce6745..596a1469c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -14,3 +14,5 @@ test:
- cmake . -DCMAKE_INSTALL_PREFIX=./_install
- cmake --build . --target install
- sudo robot test/functional/cases
+ post:
+ - for i in output.xml log.html report.html; do mv $i $CIRCLE_ARTIFACTS; done