Attempt a manual cmake installation for Travis.
If any dependencies are missing, we should be notified.
This commit is contained in:
+3
-1
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user