mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Fix meson build error.
This commit is contained in:
parent
732e755358
commit
5b155af999
1 changed files with 4 additions and 6 deletions
|
|
@ -135,16 +135,14 @@ Builds:
|
|||
|
||||
- versionName: '1.15'
|
||||
versionCode: 16
|
||||
disable: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/-/issues/1
|
||||
commit: 9e9efdda44e99eb00a720f28632f5526f9b3feee
|
||||
commit: 2e9b87092bdef696ab82cc5ade14948112dfd84b
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++
|
||||
- apt-get install -y -t testing nasm
|
||||
- pip3 install wheel==0.35.1
|
||||
- pip3 install ninja==1.10.0
|
||||
- pip3 install meson==0.56.0
|
||||
- pip3 install wheel
|
||||
- pip3 install ninja
|
||||
- pip3 install meson
|
||||
gradle:
|
||||
- flavorA
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue