1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 04:33:53 +00:00

Fixing doxygen build

This commit is contained in:
Henry Fredrick Schreiner 2018-07-01 08:25:51 +02:00
parent 06347af5b4
commit a461680520

View File

@ -49,6 +49,7 @@ matrix:
- .ci/make_and_test.sh 11 - .ci/make_and_test.sh 11
after_success: after_success:
- export DOXYFILE=$TRAVIS_BUILD_DIR/docs/Doxyfile - export DOXYFILE=$TRAVIS_BUILD_DIR/docs/Doxyfile
- export DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
- | - |
if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ] if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
then then