From 721b7bbf70cd7e54c5dc49bf61851eaa1ab12e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 23 Jul 2018 12:19:30 +0200 Subject: [PATCH] Circle CI: Add full build dir to the workspace on Linux --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c577be7bf..e73a45a24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,7 +133,10 @@ jobs: - run: *setup_prerelease_commit_hash - run: *run_build - store_artifacts: *solc_artifact - - persist_to_workspace: *all_artifacts + - persist_to_workspace: + root: build + paths: + - "*" build_x86_mac: macos: