mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 08:55:38 +01:00
Grab newer cmake so that we have the right modules
This commit is contained in:
parent
ade1f77fe4
commit
b31711afe5
@ -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 New Issue
Block a user