Skip to content

Commit 2643f22

Browse files
committed
place docs and build log under artifacts
1 parent bb2f996 commit 2643f22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

circle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ test:
3232
post:
3333
- mkdir -p ${CIRCLE_TEST_REPORTS}/nose
3434
- mv ~/scratch/nose/${CIRCLE_PROJECT_REPONAME}.xml ${CIRCLE_TEST_REPORTS}/nose/
35+
- mkdir -p ~/docs
36+
- mv ~/scratch/nipype/doc/_build/html/* ~/docs/
37+
- mv ~/scratch/builddocs.log ~/docs/log.txt
3538

3639
general:
3740
build_dir: "~/scratch"
38-
# artifacts:
41+
artifacts:
42+
- "~/docs"
3943
# - "doc/_build/html"
4044
# - "~/log.txt"
4145
# - "nosetests.xml"

0 commit comments

Comments
 (0)