config - Build doxygen before install

This commit is contained in:
thephez 2018-02-05 12:12:02 -05:00
parent a1e4ec197f
commit b753a055ad

View file

@ -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