mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 00:18:24 +00:00
circleci: test rust example vm with evmc-example
This commit is contained in:
parent
d4faaad980
commit
e2edc86dfc
@ -50,6 +50,7 @@ commands:
|
||||
root: ~/build
|
||||
paths:
|
||||
- test/evmc-vmtester
|
||||
- examples/evmc-example
|
||||
|
||||
jobs:
|
||||
|
||||
@ -197,6 +198,7 @@ jobs:
|
||||
name: Test with evmc-vmtester
|
||||
command: |
|
||||
~/build/test/evmc-vmtester target/debug/libexamplerustvm.so
|
||||
~/build/examples/evmc-example target/debug/libexamplerustvm.so
|
||||
|
||||
bindings-rust-asan-combined:
|
||||
docker:
|
||||
@ -224,6 +226,7 @@ jobs:
|
||||
name: Test with evmc-vmtester
|
||||
command: |
|
||||
~/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:
|
||||
version: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user