mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- versionName: 2.5.7
|
||||||
versionCode: 65
|
versionCode: 65
|
||||||
|
disable: https://gitlab.com/andrei-pavel/radio-romania/-/issues/1
|
||||||
commit: 16632f144895366b1de2741b805cbb7b8312107d
|
commit: 16632f144895366b1de2741b805cbb7b8312107d
|
||||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
|
|
@ -113,11 +114,17 @@ Builds:
|
||||||
- linux
|
- linux
|
||||||
- test
|
- test
|
||||||
- web
|
- web
|
||||||
build:
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- export PATH=$$flutter$$/bin:$PATH
|
- export PATH=$$flutter$$/bin:$PATH
|
||||||
- flutter packages pub get
|
|
||||||
- flutter config --no-analytics
|
- 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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue