mirror of https://github.com/status-im/evmc.git
Circle CI: Store generated docs
This commit is contained in:
parent
aa169dcccc
commit
f92f1cf92c
|
@ -54,13 +54,16 @@ jobs:
|
|||
- run:
|
||||
name: "Test documentation"
|
||||
command: |
|
||||
doxygen Doxyfile > doxygen.log 2> doxygen.warnings
|
||||
cat Doxyfile | sed 's/HTML_OUTPUT = ./HTML_OUTPUT = ..\/docs/' | doxygen - > doxygen.log 2> doxygen.warnings
|
||||
if [ -s doxygen.warnings ]; then
|
||||
printf '\n\nDoxygen warnings:\n\n'
|
||||
cat doxygen.warnings
|
||||
exit 1
|
||||
fi
|
||||
cat doxygen.log
|
||||
- store_artifacts:
|
||||
path: ~/docs
|
||||
destination: docs
|
||||
|
||||
upload-docs:
|
||||
docker:
|
||||
|
|
Loading…
Reference in New Issue