Browse Source

[Minor] Publish test suite output as build artifacts in CircleCI

tags/1.3.0
Andrew Lewis 8 years ago
parent
commit
f9192a1ded
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      circle.yml

+ 2
- 0
circle.yml View 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

Loading…
Cancel
Save