mirror of
https://github.com/pantor/inja.git
synced 2026-03-02 23:36:26 +00:00
update travis
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user