finalize2 travis.yml

This commit is contained in:
pantor
2019-01-19 17:56:26 +01:00
parent fdf1c126a9
commit 75582236d8

View File

@@ -62,14 +62,15 @@ script:
- cd ..
after_success: |
if [ "$DOCS" = "true" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
doxygen ./doc/Doxyfile
fi
if [ "$DOCS" = "true" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
doxygen ./doc/Doxyfile
fi
deploy:
provider: pages
skip_cleanup: true
local_dir: ./doc/html/
local_dir: ./html/
github_token: $GH_REPO_TOKEN
on:
branch: master
condition: $DOCS = true