mirror of https://github.com/aredn/aredn.git
cci workspace introduction
This commit is contained in:
parent
3fa247bc86
commit
a8c76fe7d7
|
@ -69,6 +69,10 @@ jobs:
|
||||||
name: Build x64/64
|
name: Build x64/64
|
||||||
command: make MAINTARGET=x86 SUBTARGET=64
|
command: make MAINTARGET=x86 SUBTARGET=64
|
||||||
no_output_timeout: 2h
|
no_output_timeout: 2h
|
||||||
|
- persist_to_workspace:
|
||||||
|
root: /opt/aredn/aredn
|
||||||
|
paths:
|
||||||
|
- firmware
|
||||||
- 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