From 4b404b99474c1cfaadaee269db714a20b9efe0ed Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 25 Jan 2018 12:05:33 -0500 Subject: [PATCH] config - Start adding doxygen build --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.travis.yml b/.travis.yml index f2b23092..c02a45a3 100644 --- a/.travis.yml +++ b/.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: + #- GH_REPO_REF: github.com//.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