mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
BuildFix build libs on server (2)
This commit is contained in:
parent
7271839b5d
commit
3a18abc315
1 changed files with 13 additions and 1 deletions
|
|
@ -27,11 +27,23 @@ Builds:
|
|||
|
||||
- versionName: '1.10'
|
||||
versionCode: 11
|
||||
disable: fails to build
|
||||
commit: v1.10
|
||||
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
|
||||
gradle:
|
||||
- flavorA
|
||||
build:
|
||||
- cd ..
|
||||
- bash dlbuild.sh all
|
||||
- cd app/src/main/cpp
|
||||
- cmake -DANDROID_NATIVE_API_LEVEL=21 -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
|
||||
.
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
|
|
|
|||
Loading…
Reference in a new issue