mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Onyx to 2.0.11 (2053)
This commit is contained in:
parent
793519b88a
commit
c898f7ce8b
1 changed files with 39 additions and 2 deletions
|
|
@ -181,10 +181,47 @@ Builds:
|
|||
--no-tree-shake-icons
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 2.0.11
|
||||
versionCode: 2053
|
||||
commit: fa3b7c66b7a6ee0bde3c31b369232ae09f10eb90
|
||||
subdir: apps/onyx
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc-multilib libc-dev make
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- apps/onyx/ios
|
||||
- apps/onyx/linux
|
||||
- apps/onyx/macos
|
||||
- apps/onyx/web
|
||||
- apps/onyx/windows
|
||||
prebuild:
|
||||
- export PATH="$PATH:$HOME/build/fr.onyx.lyon1/apps/onyx/.pub-cache/bin:$HOME/build/fr.onyx.lyon1/apps/.flutter/bin"
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../.flutter/bin/flutter config --no-analytics
|
||||
- dart pub global activate melos
|
||||
- melos bootstrap
|
||||
- ../.flutter/bin/flutter pub get
|
||||
- truncate -s 0 .pub-cache/hosted/pub.dev/quill_native_bridge_linux-*/assets/xclip
|
||||
- sdkmanager "ndk;21.1.6352462"
|
||||
scanignore:
|
||||
- apps/onyx/assets/graph.json.gz
|
||||
- apps/.flutter/bin/cache
|
||||
scandelete:
|
||||
- apps/.flutter
|
||||
- apps/onyx/.pub-cache
|
||||
build:
|
||||
- export PATH="$PATH:$HOME/build/fr.onyx.lyon1/apps/onyx/.pub-cache/bin:$HOME/build/fr.onyx.lyon1/apps/.flutter/bin"
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
--no-tree-shake-icons
|
||||
ndk: r25c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- '%c + 2000'
|
||||
UpdateCheckData: apps/onyx/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.10
|
||||
CurrentVersionCode: 2052
|
||||
CurrentVersion: 2.0.11
|
||||
CurrentVersionCode: 2053
|
||||
|
|
|
|||
Loading…
Reference in a new issue