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 baadd98 commit e9c63c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ commands:
name: "Build Package"
working_directory: ~/package
command: cpack --config ~/build/CPackConfig.cmake
- store_artifacts:
path: ~/package
destination: package
- persist_to_workspace:
root: ~/package
paths:
Expand Down

0 comments on commit e9c63c6

Please sign in to comment.