Skip to content

Commit 3e36912

Browse files
author
Karli Gillette
committed
Merge remote-tracking branch 'upstream/master' into carpmeshIO
2 parents 9e893a2 + 1bd6420 commit 3e36912

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ matrix:
1010
dist: trusty
1111
sudo: required
1212
compiler: clang
13-
# - os: osx
14-
# osx_image: xcode7.2
13+
# - os: osx
14+
# osx_image: xcode7.2
1515

16-
# check environment (copied from libgit2sharp)
1716
before_install:
1817
- date -u
1918
- uname -a
20-
#- sudo apt-get update -qq
19+
- sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa
2120

22-
# TODO: could move script to separate file
23-
# Not running unit tests at the moment, so turn off testing, which will
24-
# hopefully make OS X builds a bit faster
2521
script:
2622
- cd bin
2723
- cmake -DTRAVIS_BUILD:BOOL=ON ../Superbuild

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ get_git_head_revision(VERSION_REFSPEC VERSION_HASHVAR)
108108

109109
IF(VERSION_TAG MATCHES "HEAD-HASH-NOTFOUND")
110110
FILE(READ ${CMAKE_CURRENT_SOURCE_DIR}/LATEST_TAG.txt VERSION_TAG)
111+
STRING(STRIP ${VERSION_TAG} VERSION_TAG)
111112
MESSAGE(STATUS "Found tag file for version info: " "${VERSION_TAG}")
112113
ENDIF()
113114

0 commit comments

Comments
 (0)