next
This commit is contained in:
parent
b6ff3ae73f
commit
e42059d336
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ language: python
|
||||||
install:
|
install:
|
||||||
- cd ~
|
- cd ~
|
||||||
- git clone --depth=1 https://github.com/MTGos/cross-compilers opt
|
- git clone --depth=1 https://github.com/MTGos/cross-compilers opt
|
||||||
|
- |
|
||||||
|
CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz"
|
||||||
|
mkdir -p cmake &&
|
||||||
|
travis_retry wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake
|
||||||
|
export PATH="~/cmake/bin:$PATH"
|
||||||
- cd -
|
- cd -
|
||||||
|
|
||||||
python:
|
python:
|
||||||
|
|
Loading…
Reference in a new issue