Skip to content

Commit

Permalink
Persist osx workspace files in different path to avoid conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Oct 14, 2020
1 parent 36e7bcc commit d2eef32
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,11 @@ jobs:
- run: *run_build
- store_artifacts: *artifacts_solc
- store_artifacts: *artifacts_tools
- persist_to_workspace: *artifacts_executables
- persist_to_workspace:
root: .
paths:
- build/solc/solc
- build/test/soltest

t_osx_soltest:
macos:
Expand All @@ -605,7 +609,7 @@ jobs:
keys:
- dependencies-osx-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
- attach_workspace:
at: build
at: .
- run: *run_soltest
- store_test_results: *store_test_results
- store_artifacts: *artifacts_test_results
Expand All @@ -621,7 +625,7 @@ jobs:
keys:
- dependencies-osx-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}
- attach_workspace:
at: build
at: .
- run: *run_cmdline_tests
- store_artifacts: *artifacts_test_results

Expand Down Expand Up @@ -970,7 +974,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: build
at: .
- run: scripts/bytecodecompare/storebytecode.sh && cp -v report.txt bytecode-report-osx.txt
- store_artifacts:
path: report.txt
Expand Down

0 comments on commit d2eef32

Please sign in to comment.