mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Travis: Use newer CMake, install Ninja
This commit is contained in:
parent
9171960c11
commit
2e51e0dc81
10
.travis.yml
10
.travis.yml
@ -33,7 +33,13 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- check
|
||||
- cmake
|
||||
- libsubunit-dev
|
||||
- ninja-build
|
||||
|
||||
script: ./travis.sh
|
||||
before_install:
|
||||
# Install cmake
|
||||
- wget -O cmake.sh https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
|
||||
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
|
||||
|
||||
script:
|
||||
- ./travis.sh
|
||||
|
Loading…
Reference in New Issue
Block a user