mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Migrate to new external tests script
This commit is contained in:
parent
41742c5410
commit
d80fd1b572
@ -1251,17 +1251,17 @@ jobs:
|
|||||||
equal: [<< parameters.binary_type >>, "solcjs"]
|
equal: [<< parameters.binary_type >>, "solcjs"]
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: External << parameters.project >> tests (solcjs)
|
name: External << parameters.project >> tests (<< parameters.binary_type >>)
|
||||||
command: |
|
command: |
|
||||||
test/externalTests/<< parameters.project >>.sh solcjs /tmp/workspace/soljson.js
|
test/external_tests.py test --solc-binary-type "<< parameters.binary_type >>" --solc-binary-path /tmp/workspace/soljson.js --run "<< parameters.project >>"
|
||||||
- when:
|
- when:
|
||||||
condition:
|
condition:
|
||||||
equal: [<< parameters.binary_type >>, "native"]
|
equal: [<< parameters.binary_type >>, "native"]
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: External << parameters.project >> tests (native)
|
name: External << parameters.project >> tests (<< parameters.binary_type >>)
|
||||||
command: |
|
command: |
|
||||||
test/externalTests/<< parameters.project >>.sh native /tmp/workspace/solc/solc-static-linux
|
test/external_tests.py test --solc-binary-type "<< parameters.binary_type >>" --solc-binary-path /tmp/workspace/solc/solc-static-linux --run "<< parameters.project >>"
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: reports/externalTests/
|
path: reports/externalTests/
|
||||||
# persist_to_workspace fails if the directory does not exist and the test script will create
|
# persist_to_workspace fails if the directory does not exist and the test script will create
|
||||||
|
Loading…
Reference in New Issue
Block a user