Skip to content

Commit

Permalink
travis: Attempt to fix weird issue with "git describe".
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed Mar 18, 2014
1 parent 7f8e439 commit 6541f5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis/build-win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ if [ $TRAVIS_PYTHON_VERSION != "2.7" ]; then
exit 0
fi

# "git describe" seems to somtimes exit with "fatal: No names found, cannot
# describe anything.", this makes sure we have tag information fetched.
git fetch -t && sleep 1

sh win32/build-with-bootstrap.sh
cd dist/
travis-artifacts upload --path *zip --target-path ""

0 comments on commit 6541f5a

Please sign in to comment.