]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Publish test suite output as build artifacts in CircleCI 736/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 21 Jul 2016 12:53:57 +0000 (13:53 +0100)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 21 Jul 2016 13:08:19 +0000 (14:08 +0100)
circle.yml

index 1c0ce6745e174ae8e321bcfeb123392be004d451..596a1469c2404f4ed9640a4babceb4eeacfb8855 100644 (file)
@@ -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