build: increase build no-output timeout limits (#184)

This commit is contained in:
dman776 2021-11-19 12:14:57 -06:00 committed by GitHub
parent 5b10f14890
commit ebcb019dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,12 +22,15 @@ jobs:
- run:
name: Build
command: make
no_output_timeout: 30m
- run:
name: Build
command: make SUBTARGET=mikrotik
no_output_timeout: 30m
- run:
name: Build
command: make MAINTARGET=ath79
no_output_timeout: 30m
- run:
name: Compress build files
command: tar -cjf ~/${CIRCLE_BRANCH}_${ARTIFACTS_FILE} -C ${MY_WORKING_DIRECTORY}/${ARTIFACTS_DIR} .