compress artifacts before storing them in circle
This commit is contained in:
parent
7f3afc48df
commit
637dbf6b0b
@ -69,8 +69,11 @@ aliases:
|
||||
- *save_build_cache
|
||||
- store_test_results:
|
||||
path: test/results
|
||||
- run:
|
||||
name: Compress Artifacts
|
||||
command: tar -cvzf build.tar build
|
||||
- store_artifacts:
|
||||
path: build
|
||||
path: build.tar
|
||||
- &deploy
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user