forked from f-droid/fdroiddata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d064d7e
commit 501a525
Showing
1 changed file
with
25 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Bitcoin: 3P2rNo2vgwodoP7D6oesRkqhr1UHmYoJiD | |
AutoName: Encointerwallet | ||
|
||
RepoType: git | ||
Repo: https://github.com/encointer/encointer-wallet-flutter | ||
Repo: https://github.com/encointer/encointer-wallet-flutter.git | ||
|
||
Builds: | ||
- versionName: 0.8.2 | ||
|
@@ -135,37 +135,6 @@ Builds: | |
- $$flutter$$/bin/flutter config --no-analytics | ||
- $$flutter$$/bin/flutter build apk --flavor fdroid | ||
|
||
- versionName: 0.9.2 | ||
versionCode: 807 | ||
disable: fails to build | ||
commit: v0.9.2 | ||
init: | ||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.18.2/node-v12.18.2-linux-x64.tar.xz | ||
- echo "b8dc634798ee783482c2ae1755bd7dff09d83fa7bb037cdc370b601d0a5e5cbb node.tar.xz" | ||
| sha256sum -c - | ||
- tar -vxf node.tar.xz | ||
- curl -Lo yarn.tar.gz https://github.com/yarnpkg/yarn/releases/download/v1.22.4/yarn-v1.22.4.tar.gz | ||
- echo "bc5316aa110b2f564a71a3d6e235be55b98714660870c5b6b2d2d3f12587fb58 yarn.tar.gz" | ||
| sha256sum -c - | ||
- tar zvxf yarn.tar.gz | ||
- export PATH=$PATH:$PWD/node-v12.18.2-linux-x64/bin:$PWD/yarn-v1.22.4/bin | ||
- pushd ./lib/js_service_encointer | ||
- yarn install | ||
- yarn run build | ||
- popd | ||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk | ||
srclibs: | ||
- [email protected] | ||
rm: | ||
- node-v12.18.2-linux-x64 | ||
- yarn-v1.22.4 | ||
- node.tar.xz | ||
- yarn.tar.gz | ||
- lib/js_service_encointer/node_modules | ||
build: | ||
- $$flutter$$/bin/flutter config --no-analytics | ||
- $$flutter$$/bin/flutter build apk --flavor fdroid | ||
|
||
- versionName: 1.0.0 | ||
versionCode: 808 | ||
commit: v1.0.0 | ||
|
@@ -554,8 +523,27 @@ Builds: | |
- export PUB_CACHE=$(pwd)/.pub-cache | ||
- ./scripts/fdroid_build.sh | ||
|
||
AutoUpdateMode: Version | ||
UpdateCheckMode: Tags ^v[\d.]+-f-droid$ | ||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ | ||
CurrentVersion: 1.9.0 | ||
CurrentVersionCode: 860 | ||
- versionName: 1.9.2 | ||
versionCode: 862 | ||
commit: c5a6db72929709d9bcd97192650a377561f63cc4 | ||
submodules: true | ||
init: ./scripts/fdroid_init.sh | ||
output: app/build/app/outputs/flutter-apk/app-fdroid-release.apk | ||
prebuild: | ||
- export PUB_CACHE=$(pwd)/.pub-cache | ||
- .flutter/bin/flutter config --no-analytics | ||
- .flutter/bin/flutter pub get | ||
scanignore: | ||
- .flutter/packages/flutter_tools/gradle/flutter.gradle | ||
- .flutter/bin/cache | ||
scandelete: | ||
- .flutter | ||
- .pub-cache | ||
build: | ||
- export PUB_CACHE=$(pwd)/.pub-cache | ||
- ./scripts/fdroid_build.sh | ||
|
||
AutoUpdateMode: None | ||
UpdateCheckMode: None | ||
CurrentVersion: 1.9.2 | ||
CurrentVersionCode: 862 |