mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run solc.exe after build run just to make sure no error was missed.
This commit is contained in:
parent
a1de862135
commit
e716c9e2b9
@ -913,6 +913,9 @@ jobs:
|
||||
- run:
|
||||
name: "Building solidity"
|
||||
command: .circleci/build_win.ps1
|
||||
- run:
|
||||
name: "Run solc.exe to make sure build was successful."
|
||||
command: .\build\solc\Release\solc.exe --version
|
||||
- store_artifacts: *artifact_solc_windows
|
||||
- persist_to_workspace: *artifacts_build_dir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user