Fix installing cmake on travis
This commit is contained in:
parent
6f98fd6f90
commit
e2ab25803c
@ -15,7 +15,7 @@ install:
|
||||
- wget --no-check-certificate https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz
|
||||
&& tar -xf cmake-3.3.2-Linux-x86_64.tar.gz
|
||||
&& sudo cp -R cmake-3.3.2-Linux-x86_64/* /usr
|
||||
&& rm -r cmake-3.3.2-Linux-x64_64 cmake-3.3.2-Linux-x86_64.tar.gz
|
||||
&& rm -r cmake-3.3.2-Linux-x86_64 cmake-3.3.2-Linux-x86_64.tar.gz
|
||||
- cmake --version
|
||||
# Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy
|
||||
- sudo cp -a /dev/urandom /dev/random
|
||||
|
Loading…
Reference in New Issue
Block a user