mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
simplex - remove unbuilt, bump timeout
This commit is contained in:
parent
cc803c8dba
commit
690be35ea9
1 changed files with 2 additions and 38 deletions
|
|
@ -210,46 +210,10 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
- versionName: '4.6'
|
||||
versionCode: 107
|
||||
commit: 05c4a6c68297418226e3a1fa186925444e25482a
|
||||
timeout: 40000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y xz-utils zipalign
|
||||
- mkdir -m 0755 /nix
|
||||
- chown vagrant /nix
|
||||
- chown -R vagrant /tmp
|
||||
output: ./simplex-chat-armv7.apk
|
||||
prebuild:
|
||||
- mv apps/android/gradle .
|
||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
||||
build:
|
||||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
- versionName: '4.6'
|
||||
versionCode: 108
|
||||
commit: 05c4a6c68297418226e3a1fa186925444e25482a
|
||||
timeout: 40000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y xz-utils zipalign
|
||||
- mkdir -m 0755 /nix
|
||||
- chown vagrant /nix
|
||||
- chown -R vagrant /tmp
|
||||
output: ./simplex-chat-aarch64.apk
|
||||
prebuild:
|
||||
- mv apps/android/gradle .
|
||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
||||
build:
|
||||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh -s $$COMMIT$$
|
||||
|
||||
- versionName: 4.6.1
|
||||
versionCode: 112
|
||||
commit: 834487e54852b2aa48b4aafb9a3152e413a3eb02
|
||||
timeout: 40000
|
||||
timeout: 60000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y xz-utils zipalign
|
||||
|
|
@ -267,7 +231,7 @@ Builds:
|
|||
- versionName: 4.6.1
|
||||
versionCode: 113
|
||||
commit: 834487e54852b2aa48b4aafb9a3152e413a3eb02
|
||||
timeout: 40000
|
||||
timeout: 60000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y xz-utils zipalign
|
||||
|
|
|
|||
Loading…
Reference in a new issue