mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-27 12:21:34 +00:00
.gitlab-ci.yml: Increase Android timeout (1h -> 1h30m)
This commit is contained in:
parent
93bc5848af
commit
c8db4b9b34
1 changed files with 2 additions and 0 deletions
|
@ -331,3 +331,5 @@ Debian_AndroidNDK_arm64-v8a:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/install/
|
- build/install/
|
||||||
|
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
|
||||||
|
timeout: 1h30m
|
||||||
|
|
Loading…
Reference in a new issue