Skip to content

Commit e41d57a

Browse files
committed
ci: Switch coverage build from ninja to make
1 parent 25f8751 commit e41d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
- BUILD_TYPE: Debug
252252
- CXX: g++
253253
- CC: gcc
254-
- GENERATOR: Ninja
254+
- GENERATOR: Unix Makefiles
255255
- BUILD_PARALLEL_JOBS: 4
256256
- 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

0 commit comments

Comments
 (0)