Update doxygen only on git tags
This commit is contained in:
parent
498eee2dfc
commit
5d5d6eccf4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -x # No fail, we need to go back to the original branch at the end
|
|||
. .travis/environment.sh
|
||||
|
||||
# Build documentation only from Linux x86_64 builds
|
||||
if [[ ${TRAVIS_CPU_ARCH} != "amd64" || ${TRAVIS_OS_NAME} != "linux" || "${CROSS_COMPILE}" != "" ]]; then
|
||||
if [[ ${TRAVIS_CPU_ARCH} != "amd64" || ${TRAVIS_OS_NAME} != "linux" || "${CROSS_COMPILE}" != "" || ${TRAVIS_TAG} == "" ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue