Attempt a manual cmake installation for Travis.

If any dependencies are missing, we should be notified.
This commit is contained in:
Jason Felds
2015-05-09 14:12:05 -04:00
parent 8ce00e7f4b
commit 0b49ae773f
+3 -1
View File
@@ -28,7 +28,9 @@ before_script:
- sudo apt-get install -y libglu1-mesa-dev
- sudo apt-get install -y mesa-common-dev
- sudo apt-get install -y libglew-dev
- sudo apt-get install -y cmake
- wget http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz
- tar -xzvf cmake-3.2.2.tar.gz
- cd cmake-3.2.2 && ./configure && make && sudo make install
script:
- cmake -G 'Unix Makefiles' . && cmake .