mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
build: make per-build hard time limit customizable
Add "timeout=n" metadata field that overrides build timeout (in seconds). The default is 7200, i.e. 2 hours.
This commit is contained in:
parent
cc4b57b10b
commit
86f34ee70a
6 changed files with 122 additions and 4 deletions
|
@ -71,6 +71,7 @@ builds:
|
|||
submodules: false
|
||||
sudo: ''
|
||||
target: android-10
|
||||
timeout: null
|
||||
versionCode: '3'
|
||||
versionName: '1.2'
|
||||
- androidupdate: []
|
||||
|
@ -104,6 +105,7 @@ builds:
|
|||
submodules: false
|
||||
sudo: ''
|
||||
target: android-15
|
||||
timeout: null
|
||||
versionCode: '4'
|
||||
versionName: '1.3'
|
||||
- androidupdate: []
|
||||
|
@ -137,6 +139,7 @@ builds:
|
|||
submodules: false
|
||||
sudo: ''
|
||||
target: android-10
|
||||
timeout: null
|
||||
versionCode: '5'
|
||||
versionName: '1.4'
|
||||
- androidupdate: []
|
||||
|
@ -171,6 +174,7 @@ builds:
|
|||
submodules: false
|
||||
sudo: echo 'this is just a test'
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '6'
|
||||
versionName: '1.5'
|
||||
comments: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue