Fix travis build

actorid
scrawl 11 years ago
parent d4a755d1aa
commit 4e6507248b

@ -7,7 +7,7 @@ branches:
- next - next
before_install: before_install:
- pwd - pwd
- git submodule update --init --recursive - git fetch --tags
- echo "yes" | sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse" - echo "yes" | sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
- echo "yes" | sudo apt-add-repository ppa:openmw/openmw - echo "yes" | sudo apt-add-repository ppa:openmw/openmw
- sudo apt-get update -qq - sudo apt-get update -qq

@ -20,7 +20,7 @@ include(OpenMWMacros)
include(GetGitRevisionDescription) include(GetGitRevisionDescription)
get_git_tag_revision(TAGHASH --tags --max-count=1) get_git_tag_revision(TAGHASH --tags --max-count=1 "HEAD...")
get_git_head_revision(REFSPEC COMMITHASH) get_git_head_revision(REFSPEC COMMITHASH)
git_describe(VERSION --tags ${TAGHASH}) git_describe(VERSION --tags ${TAGHASH})

Loading…
Cancel
Save