mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
Update OMW to 0.46.0-40 (40)
This commit is contained in:
parent
58a9fe1d2a
commit
0604146c6d
1 changed files with 32 additions and 2 deletions
|
|
@ -168,11 +168,41 @@ Builds:
|
|||
- buildscripts/downloads/*
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 0.46.0-40
|
||||
versionCode: 40
|
||||
commit: 0.46.0-40
|
||||
timeout: 30000
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y doxygen g++ pkgconf wget
|
||||
gradle:
|
||||
- mainline
|
||||
output: app/build/outputs/apk/mainline/release/omw_release_*.apk
|
||||
prebuild:
|
||||
- sed -i -e '/Unzip/,+5d' buildscripts/include/setup-ndk.sh
|
||||
- sed -i -e 's/\ -Wl,-plugin-opt=-emulated-tls//' -e '/download-ndk/d' -e '/debugging\
|
||||
life/,+19d' buildscripts/build.sh
|
||||
- mkdir -p buildscripts/toolchain
|
||||
- ln -s -T $$NDK$$ buildscripts/toolchain/ndk
|
||||
- ./buildscripts/build.sh --arch arm
|
||||
- ./buildscripts/build.sh --arch arm64 --no-resources
|
||||
- ./buildscripts/build.sh --arch x86 --no-resources
|
||||
- ./buildscripts/build.sh --arch x86_64 --no-resources
|
||||
- rm -fr ./buildscripts/build/*
|
||||
- rm -fr ./buildscripts/prefix/*
|
||||
- rm -fr ./buildscripts/symbols/*
|
||||
- rm -fr ./buildscripts/toolchain/*
|
||||
scanignore:
|
||||
- app/src/main/assets
|
||||
- app/src/main/jniLibs
|
||||
- buildscripts/downloads/*
|
||||
ndk: r20b
|
||||
|
||||
MaintainerNotes: |-
|
||||
- we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
|
||||
- we remove the buildtools and intermediary artefacts (several gigabytes) else they'll get pulled in the source tarball
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 0.46.0-39
|
||||
CurrentVersionCode: 39
|
||||
CurrentVersion: 0.46.0-40
|
||||
CurrentVersionCode: 40
|
||||
|
|
|
|||
Loading…
Reference in a new issue