Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit d61d048

Browse files
committed
Circle CI: Build with -DVMTRACE=ON
1 parent 9b3b77b commit d61d048

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

circle.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
GENERATOR: Ninja
134134
BUILD_PARALLEL_JOBS: 8
135135
TEST_PARALLEL_JOBS: 8
136-
CMAKE_OPTIONS: -DALETH_INTERPRETER_SHARED=ON
136+
CMAKE_OPTIONS: -DALETH_INTERPRETER_SHARED=ON -DVMTRACE=ON
137137
docker:
138138
- image: ethereum/cpp-build-env:7
139139
steps:
@@ -162,7 +162,7 @@ jobs:
162162
GENERATOR: Ninja
163163
BUILD_PARALLEL_JOBS: 3
164164
TEST_PARALLEL_JOBS: 4
165-
CMAKE_OPTIONS: -DCOVERAGE=ON
165+
CMAKE_OPTIONS: -DCOVERAGE=ON -DVMTRACE=ON
166166
docker:
167167
- image: ethereum/cpp-build-env:7
168168
steps:
@@ -185,7 +185,7 @@ jobs:
185185
<<: *linux-gcc6
186186
environment:
187187
<<: *linux-gcc6-environment
188-
CMAKE_OPTIONS: -DCOVERAGE=ON -DTESTETH_ARGS=--all
188+
CMAKE_OPTIONS: -DCOVERAGE=ON -DVMTRACE=ON -DTESTETH_ARGS=--all
189189

190190
macos-xcode90:
191191
environment:
@@ -194,6 +194,7 @@ jobs:
194194
GENERATOR: Ninja
195195
BUILD_PARALLEL_JOBS: 8
196196
TEST_PARALLEL_JOBS: 8
197+
CMAKE_OPTIONS: -DVMTRACE=ON
197198
macos:
198199
xcode: "9.0"
199200
steps:

0 commit comments

Comments
 (0)