mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
Fix Energize pipeline by creating .env file
This commit is contained in:
parent
89ce215315
commit
cfe154e0da
1 changed files with 33 additions and 2 deletions
|
|
@ -445,8 +445,39 @@ Builds:
|
|||
- submodules/flutter/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- submodules/flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 0.13.0
|
||||
versionCode: 29
|
||||
commit: 3e6dead21a308ee213e19ef44d52e4e761f3d039
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- web
|
||||
prebuild:
|
||||
- sed -i -e '/ndk {/,/^ }/d' android/app/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- echo "API_KEY_USDA='gGCnzW8jNmCQc4ava9cGFgpMINNHnGL2q2Fbh51v'" > .env
|
||||
- echo "COPYRIGHT_NAME='Christian Flaßkamp'" >> .env
|
||||
- echo "CONTACT_MAIL='energize@flasskamp.com'" >> .env
|
||||
- echo "ISSUE_URL='https://codeberg.org/epinez/Energize/issues'" >> .env
|
||||
- echo "REPO_URL='https://codeberg.org/epinez/Energize'" >> .env
|
||||
- echo "TRANSLATION_URL='https://hosted.weblate.org/projects/energize/energize'"
|
||||
>> .env
|
||||
- submodules/flutter/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- submodules/flutter/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.12.3
|
||||
CurrentVersionCode: 28
|
||||
CurrentVersion: 0.13.0
|
||||
CurrentVersionCode: 29
|
||||
|
|
|
|||
Loading…
Reference in a new issue