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 4d0aa3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@ commands:
- run:
name: "Build Package"
working_directory: ~/package
command: cpack --config ~/build/CPackConfig.cmake
command: |
cmake --build ~/build --target package
ls -l
ls -l ~/build
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 4d0aa3d

Please sign in to comment.