mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
config - Build doxygen before install
This commit is contained in:
parent
a1e4ec197f
commit
b753a055ad
1 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,9 @@ env:
|
|||
before_install:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- chmod +x scripts/build-install-doxygen.sh
|
||||
- ./scripts/build-install-doxygen.sh
|
||||
|
||||
# Install dependencies
|
||||
addons:
|
||||
|
@ -51,7 +54,5 @@ deploy:
|
|||
# Generate and deploy documentation
|
||||
after_success:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- chmod +x scripts/build-install-doxygen.sh
|
||||
- ./scripts/build-install-doxygen.sh
|
||||
- chmod +x scripts/generateDocumentationAndDeploy.sh
|
||||
- ./scripts/generateDocumentationAndDeploy.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue