mirror of https://github.com/aredn/aredn.git
Build timeout (#185)
* build: increase build no-output timeout limits * extend times
This commit is contained in:
parent
ebcb019dd7
commit
1a55f7b17b
|
@ -22,15 +22,15 @@ jobs:
|
|||
- run:
|
||||
name: Build
|
||||
command: make
|
||||
no_output_timeout: 30m
|
||||
no_output_timeout: 2h
|
||||
- run:
|
||||
name: Build
|
||||
command: make SUBTARGET=mikrotik
|
||||
no_output_timeout: 30m
|
||||
no_output_timeout: 1h
|
||||
- run:
|
||||
name: Build
|
||||
command: make MAINTARGET=ath79
|
||||
no_output_timeout: 30m
|
||||
no_output_timeout: 1h
|
||||
- run:
|
||||
name: Compress build files
|
||||
command: tar -cjf ~/${CIRCLE_BRANCH}_${ARTIFACTS_FILE} -C ${MY_WORKING_DIRECTORY}/${ARTIFACTS_DIR} .
|
||||
|
|
Loading…
Reference in New Issue