Skip to content

Commit

Permalink
ci: Store built packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 18, 2019
1 parent ced8225 commit 8fed4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ commands:
- run:
name: "Build Package"
working_directory: ~/package
command: cpack --config ~/build/CPackConfig.cmake
command: cmake --build ~/build --target package && mv ~/build/evmone*.tar.gz* .
- store_artifacts:
path: ~/package/*.tar.gz
path: ~/package
destination: package
- persist_to_workspace:
root: ~/package
Expand Down

0 comments on commit 8fed4d9

Please sign in to comment.