mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Persist osx workspace files in different path to avoid conflicts.
This commit is contained in:
parent
30d990f07c
commit
8075d6c7e8
@ -592,7 +592,12 @@ jobs:
|
|||||||
- run: *run_build
|
- run: *run_build
|
||||||
- store_artifacts: *artifacts_solc
|
- store_artifacts: *artifacts_solc
|
||||||
- store_artifacts: *artifacts_tools
|
- store_artifacts: *artifacts_tools
|
||||||
- persist_to_workspace: *artifacts_executables
|
- persist_to_workspace:
|
||||||
|
root: .
|
||||||
|
paths:
|
||||||
|
- build/solc/solc
|
||||||
|
- build/test/soltest
|
||||||
|
- build/test/tools/solfuzzer
|
||||||
|
|
||||||
t_osx_soltest:
|
t_osx_soltest:
|
||||||
macos:
|
macos:
|
||||||
@ -607,7 +612,7 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- dependencies-osx-{{ checksum ".circleci/osx_install_dependencies.sh" }}
|
- dependencies-osx-{{ checksum ".circleci/osx_install_dependencies.sh" }}
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: build
|
at: .
|
||||||
- run: *run_soltest
|
- run: *run_soltest
|
||||||
- store_test_results: *store_test_results
|
- store_test_results: *store_test_results
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
@ -623,7 +628,7 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- dependencies-osx-{{ checksum ".circleci/osx_install_dependencies.sh" }}
|
- dependencies-osx-{{ checksum ".circleci/osx_install_dependencies.sh" }}
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: build
|
at: .
|
||||||
- run: *run_cmdline_tests
|
- run: *run_cmdline_tests
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
|
|
||||||
@ -972,7 +977,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: build
|
at: .
|
||||||
- run: scripts/bytecodecompare/storebytecode.sh && cp -v report.txt bytecode-report-osx.txt
|
- run: scripts/bytecodecompare/storebytecode.sh && cp -v report.txt bytecode-report-osx.txt
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: report.txt
|
path: report.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user