We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a772faf commit 25f8751Copy full SHA for 25f8751
circle.yml
@@ -253,7 +253,7 @@ jobs:
253
- CC: gcc
254
- GENERATOR: Ninja
255
- BUILD_PARALLEL_JOBS: 4
256
- - CMAKE_OPTIONS: -DCOVERAGE=ON -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=ON -DHERA_BINARYEN=ON
+ - CMAKE_OPTIONS: -DCOVERAGE=ON -DBUILD_SHARED_LIBS=ON -DHERA_DEBUGGING=ON -DHERA_BINARYEN=ON -DHERA_WABT=ON -DHERA_WAVM=ON
257
- TESTETH_OPTIONS: --evmc benchmark=true
258
docker:
259
- image: ethereum/cpp-build-env:9
@@ -269,6 +269,8 @@ jobs:
269
- *install-aleth
270
- *fetch-tests
271
- *test-binaryen
272
+ - *test-wabt
273
+ - *test-wavm
274
- *upload-coverage-data
275
276
linux-gcc-static-debug:
0 commit comments