mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
chat.simplex.app: bring back linter prebuild
This commit is contained in:
parent
efe69fbce3
commit
9a5dad0c4a
1 changed files with 2 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ Builds:
|
|||
prebuild:
|
||||
- mv apps/android/gradle .
|
||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
||||
- sed -i -e '/android {/a lint {abortOnError false}' apps/android/app/build.gradle
|
||||
build:
|
||||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
|
@ -278,6 +279,7 @@ Builds:
|
|||
prebuild:
|
||||
- mv apps/android/gradle .
|
||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
||||
- sed -i -e '/android {/a lint {abortOnError false}' apps/android/app/build.gradle
|
||||
build:
|
||||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
|
|
|||
Loading…
Reference in a new issue