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:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: make
|
command: make
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 2h
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: make SUBTARGET=mikrotik
|
command: make SUBTARGET=mikrotik
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 1h
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: make MAINTARGET=ath79
|
command: make MAINTARGET=ath79
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 1h
|
||||||
- run:
|
- run:
|
||||||
name: Compress build files
|
name: Compress build files
|
||||||
command: tar -cjf ~/${CIRCLE_BRANCH}_${ARTIFACTS_FILE} -C ${MY_WORKING_DIRECTORY}/${ARTIFACTS_DIR} .
|
command: tar -cjf ~/${CIRCLE_BRANCH}_${ARTIFACTS_FILE} -C ${MY_WORKING_DIRECTORY}/${ARTIFACTS_DIR} .
|
||||||
|
|
Loading…
Reference in New Issue