mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-08-17 11:40:21 +02:00
leftover from past commit
This commit is contained in:
@@ -19,10 +19,19 @@ Builds:
|
|||||||
- yes
|
- yes
|
||||||
output: ../build/app/outputs/flutter-apk/app-release.apk
|
output: ../build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@3.38.7
|
- flutter@stable
|
||||||
prebuild:
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" ../.github/workflows/release.yml)
|
||||||
|
- '[[ $flutterVersion ]]'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- echo "flutter.sdk=$$flutter$$" >> local.properties
|
- echo "flutter.sdk=$$flutter$$" >> local.properties
|
||||||
- $$flutter$$/bin/flutter pub get -C ..
|
- $$flutter$$/bin/flutter pub get -C ..
|
||||||
|
scanignore:
|
||||||
|
- $$flutter$$/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- $$flutter$$
|
||||||
|
- .pub-cache
|
||||||
ndk: 28.2.13676358
|
ndk: 28.2.13676358
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
|
|||||||
Reference in New Issue
Block a user