Skip to content

Commit

Permalink
Install a decent CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
lzubiaur committed Feb 27, 2016
1 parent c0fbbae commit 3a36a61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ addons:
packages:

before_install:
# Install a recent CMake versio
- wget --no-check-certificate http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O /tmp/cmake.tar.gz
- tar -xvzf /tmp/cmake.tar.gz
- export PATH=$PWD/cmake-3.3.2-Linux-x86_64/bin:$PATH
- export CMAKE_ROOT=$PWD/cmake-3.3.2-Linux-x86_64/share/cmake-3.3
- cmake --version

script:
- mkdir build && cd build
Expand Down

0 comments on commit 3a36a61

Please sign in to comment.