diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-07-21 13:53:57 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-07-21 14:08:19 +0100 |
commit | f9192a1dedcc11237a04da637a845d469202ee42 (patch) | |
tree | 203280da92409a0cc5a8f115be74347c7a8d57be /circle.yml | |
parent | b272b9ea6fb05c9a7d233076cd7c5c18386e6fbe (diff) | |
download | rspamd-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.yml | 2 |
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 |