File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff 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)
1716before_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
2521script :
2622 - cd bin
2723 - cmake -DTRAVIS_BUILD:BOOL=ON ../Superbuild
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ get_git_head_revision(VERSION_REFSPEC VERSION_HASHVAR)
108108
109109IF (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} " )
112113ENDIF ()
113114
You can’t perform that action at this time.
0 commit comments