Skip to content

Commit

Permalink
CI: Add persist_executables_to_workspace_osx
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Aug 22, 2023
1 parent ccf2896 commit 97f206e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 97f206e

Please sign in to comment.