mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Add persist_executables_to_workspace_osx
This commit is contained in:
parent
ccf2896594
commit
97f206ea89
@ -265,6 +265,16 @@ commands:
|
||||
- test/soltest
|
||||
- test/tools/solfuzzer
|
||||
|
||||
persist_executables_to_workspace_osx:
|
||||
description: Persist compiled target executables to workspace on macOS
|
||||
steps:
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
- build/solc/solc
|
||||
- build/test/soltest
|
||||
- build/test/tools/solfuzzer
|
||||
|
||||
persist_ossfuzz_executables_to_workspace:
|
||||
description: Persist compiled OSSFUZZ executables to workspace
|
||||
steps:
|
||||
@ -1095,12 +1105,7 @@ jobs:
|
||||
- run_build
|
||||
- store_artifacts_solc
|
||||
- store_artifacts_yul_phaser
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
- build/solc/solc
|
||||
- build/test/soltest
|
||||
- build/test/tools/solfuzzer
|
||||
- persist_executables_to_workspace_osx
|
||||
- matrix_notify_failure_unless_pr
|
||||
|
||||
t_osx_soltest: &t_osx_soltest
|
||||
|
Loading…
Reference in New Issue
Block a user