Browse Source

Always fetch version tags

QGC4.4
DonLakeFlyer 4 years ago committed by Don Gagne
parent
commit
5e19fb2986
  1. 6
      .travis.yml

6
.travis.yml

@ -85,9 +85,9 @@ addons: @@ -85,9 +85,9 @@ addons:
before_install:
# fetch entire git repo to properly determine the version
- if [ "${CONFIG}" = "installer" ]; then
cd ${TRAVIS_BUILD_DIR} && git fetch --unshallow && git fetch --all --tags;
fi
- cd ${TRAVIS_BUILD_DIR}
- git fetch --unshallow
- git fetch --all --tags
# compile threads
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then

Loading…
Cancel
Save