circleci: test rust example vm with evmc-example

This commit is contained in:
Alex Beregszaszi 2019-08-08 13:21:04 +02:00
parent d4faaad980
commit e2edc86dfc
1 changed files with 3 additions and 0 deletions

View File

@ -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