1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-26 02:38:04 +00:00

Fix travis build

This commit is contained in:
scrawl 2014-02-13 12:19:21 +01:00
parent d4a755d1aa
commit 4e6507248b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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})