mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Remove store_artifacts_solc_windows
- For consistency: other things are also hard-coded in the Windows jobs
This commit is contained in:
parent
e57581e730
commit
ccf2896594
@ -249,12 +249,6 @@ commands:
|
||||
path: build/solc/solc
|
||||
destination: solc
|
||||
|
||||
store_artifacts_solc_windows:
|
||||
description: Store compiled Windows solc executable as artifact
|
||||
steps:
|
||||
- store_artifacts:
|
||||
path: upload/
|
||||
|
||||
store_artifacts_yul_phaser:
|
||||
steps:
|
||||
- store_artifacts:
|
||||
@ -1517,7 +1511,8 @@ jobs:
|
||||
name: "Run solc.exe to make sure build was successful."
|
||||
command: .\build\solc\Release\solc.exe --version
|
||||
shell: powershell.exe
|
||||
- store_artifacts_solc_windows
|
||||
- store_artifacts:
|
||||
path: upload/
|
||||
- persist_to_workspace:
|
||||
root: build
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user