mirror of https://github.com/status-im/evmc.git
circleci: test rust example vm with evmc-example
This commit is contained in:
parent
d4faaad980
commit
e2edc86dfc
|
@ -50,6 +50,7 @@ commands:
|
||||||
root: ~/build
|
root: ~/build
|
||||||
paths:
|
paths:
|
||||||
- test/evmc-vmtester
|
- test/evmc-vmtester
|
||||||
|
- examples/evmc-example
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
@ -197,6 +198,7 @@ jobs:
|
||||||
name: Test with evmc-vmtester
|
name: Test with evmc-vmtester
|
||||||
command: |
|
command: |
|
||||||
~/build/test/evmc-vmtester target/debug/libexamplerustvm.so
|
~/build/test/evmc-vmtester target/debug/libexamplerustvm.so
|
||||||
|
~/build/examples/evmc-example target/debug/libexamplerustvm.so
|
||||||
|
|
||||||
bindings-rust-asan-combined:
|
bindings-rust-asan-combined:
|
||||||
docker:
|
docker:
|
||||||
|
@ -224,6 +226,7 @@ jobs:
|
||||||
name: Test with evmc-vmtester
|
name: Test with evmc-vmtester
|
||||||
command: |
|
command: |
|
||||||
~/build/test/evmc-vmtester target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so
|
~/build/test/evmc-vmtester target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so
|
||||||
|
~/build/examples/evmc-example target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
Loading…
Reference in New Issue