From e9c63c60975a2258043b5b5149768c7ed859c63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 18 Jul 2019 15:32:17 +0200 Subject: [PATCH] ci: Store built packages --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index 6250590b72..90b2e54036 100644 --- a/circle.yml +++ b/circle.yml @@ -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: