mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +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
|
# http://docs.travis-ci.com/user/environment-variables/#Global-Variables
|
||||||
global:
|
global:
|
||||||
- BITCOINORG_BUILD_TYPE=deployment
|
- 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:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- doxygen
|
||||||
|
- doxygen-doc
|
||||||
|
- doxygen-latex
|
||||||
|
- doxygen-gui
|
||||||
|
- graphviz
|
||||||
|
|
||||||
script: make travis
|
script: make travis
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -26,3 +40,9 @@ deploy:
|
||||||
local-dir: _site/
|
local-dir: _site/
|
||||||
repo: thephez/thephez.github.io
|
repo: thephez/thephez.github.io
|
||||||
target_branch: master
|
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