mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[Circle CI] Adds LSP tests to Windows CI.
This commit is contained in:
parent
44157aa69a
commit
49d27eaa5d
@ -1280,6 +1280,12 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: "Run soltest"
|
name: "Run soltest"
|
||||||
command: .circleci/soltest.ps1
|
command: .circleci/soltest.ps1
|
||||||
|
- run:
|
||||||
|
name: Install LSP test dependencies
|
||||||
|
command: python -m pip install --user deepdiff colorama
|
||||||
|
- run:
|
||||||
|
name: Executing solc LSP test suite
|
||||||
|
command: python ./test/lsp.py .\build\solc\Release\solc.exe
|
||||||
- store_test_results: *store_test_results
|
- store_test_results: *store_test_results
|
||||||
- store_artifacts: *artifacts_test_results
|
- store_artifacts: *artifacts_test_results
|
||||||
- gitter_notify_failure_unless_pr
|
- gitter_notify_failure_unless_pr
|
||||||
|
Loading…
Reference in New Issue
Block a user