OpenMW - no need to sudo cmake
Ref: https://gitlab.com/fdroid/fdroidserver/blob/master/buildserver/provision-apt-get-install#L45
This commit is contained in:
parent
d530755c4c
commit
3fab105da2
|
@ -22,7 +22,7 @@ Builds:
|
||||||
timeout: 40000
|
timeout: 40000
|
||||||
sudo:
|
sudo:
|
||||||
- apt update || apt update
|
- apt update || apt update
|
||||||
- apt install -y cmake doxygen g++ pkgconf wget
|
- apt install -y doxygen g++ pkgconf wget
|
||||||
patch:
|
patch:
|
||||||
- build-gradle.patch
|
- build-gradle.patch
|
||||||
- androidmanifest.patch
|
- androidmanifest.patch
|
||||||
|
|
Loading…
Reference in a new issue