update travis

This commit is contained in:
pantor
2019-01-19 17:17:14 +01:00
parent 699c207c8c
commit 4df7f9dd35

View File

@@ -61,4 +61,16 @@ script:
- cmake ..
- cmake --build . --config Release -- -j4
- ctest -C Release -V
- cd ..
deploy:
provider: pages
skip_cleanup: true
local_dir: docs/html
github_token: $GH_REPO_TOKEN
on:
branch: master
scripts: doxygen Doxyfile
addons:
apt:
packages:
- doxygen