1
0
Fork 0

[A] Added doc build

This commit is contained in:
seleznevae 2018-11-26 22:43:27 +03:00
parent c39b7cb002
commit 7bbc3e62ee
1 changed files with 6 additions and 3 deletions

View File

@ -186,6 +186,12 @@ script:
scan-build make ;
fi
# Build docs
- cd ..
- cd docs
- make doxygen
# Build for coveralls (should be the last)
- |
if [ "${CC}" = 'gcc' ]; then
@ -199,9 +205,6 @@ script:
fi
- cd ..
# Build docs
cd docs
make doxygen