Restore repository depth in Travis CI script to properly count commits in auto versioning.

This commit is contained in:
Jim Evins
2019-05-05 22:23:05 -04:00
parent 5108650ee2
commit 5109da9c6a
+2 -1
View File
@@ -13,7 +13,8 @@ install:
- source /opt/qt5*/bin/qt5*-env.sh
script:
- git checkout master # re-attach to master to satisfy auto version tooling
- git fetch --unshallow # restore repository depth to properly count commits in auto versioning
- git checkout master # re-attach to master to satisfy auto versioning
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr