Circle CI: Add full build dir to the workspace on Linux

This commit is contained in:
Paweł Bylica 2018-07-23 12:19:30 +02:00
parent 1dac6effed
commit 721b7bbf70
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -133,7 +133,10 @@ jobs:
- run: *setup_prerelease_commit_hash - run: *setup_prerelease_commit_hash
- run: *run_build - run: *run_build
- store_artifacts: *solc_artifact - store_artifacts: *solc_artifact
- persist_to_workspace: *all_artifacts - persist_to_workspace:
root: build
paths:
- "*"
build_x86_mac: build_x86_mac:
macos: macos: