mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
yml: install ninja builder
This commit is contained in:
parent
7ae248a0cd
commit
991171a2e0
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ licenses:
|
|||
- 'android-sdk-license-.+'
|
||||
- 'google-gdk-license-.+'
|
||||
before_script:
|
||||
- apt install -y ninja-build
|
||||
- curl -s "https://cmake.org/files/v3.15/cmake-3.15.4-Linux-x86_64.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
|
||||
- echo "cmake.dir=/usr/local" | tee -a local.properties
|
||||
- sudo chmod +x gradlew
|
||||
|
|
Loading…
Reference in a new issue