Require a newer version of CMake.
This commit is contained in:
parent
eb7a8c38c3
commit
7d45b8c408
2 changed files with 4 additions and 3 deletions
|
@ -2,10 +2,11 @@ language: c
|
|||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
|
||||
- sudo add-apt-repository -y ppa:kalakris/cmake
|
||||
- sudo apt-get update -q
|
||||
|
||||
# install libtoxav dependencies
|
||||
- sudo apt-get install -y libopus-dev libvpx-dev
|
||||
# install libtoxav dependencies and a newer version of cmake
|
||||
- sudo apt-get install -y libopus-dev libvpx-dev cmake
|
||||
|
||||
install:
|
||||
- _libsodium_version=1.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue