Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jan 19, 2019
1 parent 699c207 commit 4df7f9d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4df7f9d

Please sign in to comment.