From 506f9cb220ccf04f6d45fd83afcb39a0a75e66f4 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Sun, 12 May 2019 05:44:13 +0100 Subject: [PATCH] Update OMW to 0.46.0-18-nightly (18) --- metadata/is.xyz.omw.yml | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/metadata/is.xyz.omw.yml b/metadata/is.xyz.omw.yml index 21ab258f38..d257788f5b 100644 --- a/metadata/is.xyz.omw.yml +++ b/metadata/is.xyz.omw.yml @@ -47,11 +47,40 @@ Builds: - app/src/main/jniLibs ndk: r18b + - versionName: 0.46.0-18-nightly + versionCode: 18 + commit: 0.46.0-18-nightly + timeout: 16000 + sudo: + - apt update || apt update + - apt install -y doxygen g++ pkgconf wget + gradle: + - yes + output: app/build/outputs/apk/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/ndk + - cp -r $$NDK$$/* buildscripts/toolchain/ndk/ + - ./buildscripts/build.sh --arch arm --lto + - ./buildscripts/build.sh --arch arm64 --lto --no-resources + - ./buildscripts/build.sh --arch x86 --lto --no-resources + - ./buildscripts/build.sh --arch x86_64 --lto --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 + ndk: r18b + 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 -CurrentVersion: 0.46.0-17 -CurrentVersionCode: 17 +CurrentVersion: 0.46.0-18-nightly +CurrentVersionCode: 18