summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-10-21 13:30:03 -0700
committerPierre Grandin <grandinp@gmail.com>2017-10-21 13:30:03 -0700
commit905c62a6541bd2e7bb648841dc91b223036307f0 (patch)
tree4f63246bbd534cc5e14a546762b9504c235a6e11
parent76087860800cca7dd86e9bc58628362a0be6ab6f (diff)
downloadnavit-905c62a6541bd2e7bb648841dc91b223036307f0.tar.gz
Store doxygen content as artefact
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3105f8763..7b4b84e4d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,7 +22,9 @@ jobs:
command: apt-get update && apt-get install doxygen
- run:
name: Run doxygen
- command: doxygen
+ command: cd navit && doxygen
+ - store_artifacts:
+ path: /root/project/doc
build_android_arm:
<<: *defaults
steps: