mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 11:43:56 +00:00
Update travis.yml to work with cmake 3.2
This commit is contained in:
parent
6eb15b3180
commit
0f28b14398
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -6,10 +6,13 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:kalakris/cmake -y
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install cmake
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
|
||||
packages:
|
||||
- cmake
|
||||
- cmake-data
|
||||
|
||||
before_script:
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue