mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
config - Start adding doxygen build
This commit is contained in:
parent
1e0f1a530a
commit
4b404b9947
1 changed files with 20 additions and 0 deletions
20
.travis.yml
20
.travis.yml
|
@ -7,11 +7,25 @@ env:
|
|||
# http://docs.travis-ci.com/user/environment-variables/#Global-Variables
|
||||
global:
|
||||
- BITCOINORG_BUILD_TYPE=deployment
|
||||
- DOXYFILE: $TRAVIS_BUILD_DIR/doxygen/Doxyfile-dashdocs
|
||||
#- GH_REPO_NAME: <your_repo>
|
||||
#- GH_REPO_REF: github.com/<your_name>/<your_repo>.git
|
||||
|
||||
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
|
||||
# Install dependencies
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- doxygen
|
||||
- doxygen-doc
|
||||
- doxygen-latex
|
||||
- doxygen-gui
|
||||
- graphviz
|
||||
|
||||
script: make travis
|
||||
|
||||
deploy:
|
||||
|
@ -26,3 +40,9 @@ deploy:
|
|||
local-dir: _site/
|
||||
repo: thephez/thephez.github.io
|
||||
target_branch: master
|
||||
|
||||
# Generate and deploy documentation
|
||||
after_success:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- ls
|
||||
- echo $DOXYFILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue