Skip to content

Commit 98944df

Browse files
authored
Merge pull request #546 from ewasm/coverage
Run codecov on all engines
2 parents b5f707f + e41d57a commit 98944df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

circle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ jobs:
251251
- BUILD_TYPE: Debug
252252
- CXX: g++
253253
- CC: gcc
254-
- GENERATOR: Ninja
254+
- GENERATOR: Unix Makefiles
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)