mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
radioromaniaactualitati - disable failing
This commit is contained in:
parent
5e941153ef
commit
ab0d07500f
1 changed files with 10 additions and 3 deletions
|
|
@ -105,6 +105,7 @@ Builds:
|
|||
|
||||
- versionName: 2.5.7
|
||||
versionCode: 65
|
||||
disable: https://gitlab.com/andrei-pavel/radio-romania/-/issues/1
|
||||
commit: 16632f144895366b1de2741b805cbb7b8312107d
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -113,11 +114,17 @@ Builds:
|
|||
- linux
|
||||
- test
|
||||
- web
|
||||
build:
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter packages pub get
|
||||
- flutter config --no-analytics
|
||||
- flutter build apk --flavor fdroid
|
||||
- flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter build apk --release --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue