compress artifacts before storing them in circle

This commit is contained in:
BryceLTaylor 2021-05-11 15:27:09 -04:00
parent 7f3afc48df
commit 637dbf6b0b

View file

@ -69,8 +69,11 @@ aliases:
- *save_build_cache - *save_build_cache
- store_test_results: - store_test_results:
path: test/results path: test/results
- run:
name: Compress Artifacts
command: tar -cvzf build.tar build
- store_artifacts: - store_artifacts:
path: build path: build.tar
- &deploy - &deploy
<<: *defaults <<: *defaults
steps: steps: