Skip to content

Commit 25f8751

Browse files
committed
Run codecov on all engines
1 parent a772faf commit 25f8751

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
- CC: gcc
254254
- GENERATOR: Ninja
255255
- BUILD_PARALLEL_JOBS: 4
256-
- CMAKE_OPTIONS: -DCOVERAGE=ON -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=ON -DHERA_BINARYEN=ON
256+
- CMAKE_OPTIONS: -DCOVERAGE=ON -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=ON -DHERA_BINARYEN=ON -DHERA_WABT=ON -DHERA_WAVM=ON
257257
- TESTETH_OPTIONS: --evmc benchmark=true
258258
docker:
259259
- image: ethereum/cpp-build-env:9
@@ -269,6 +269,8 @@ jobs:
269269
- *install-aleth
270270
- *fetch-tests
271271
- *test-binaryen
272+
- *test-wabt
273+
- *test-wavm
272274
- *upload-coverage-data
273275

274276
linux-gcc-static-debug:

0 commit comments

Comments
 (0)