mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:44:05 +00:00
Grab newer cmake so that we have the right modules
This commit is contained in:
parent
ade1f77fe4
commit
b31711afe5
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:kalakris/cmake -y
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install cmake
|
||||
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
|
Loading…
Reference in a new issue