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

Commit 4f23f93

Browse files
committed
Circle CI: Build interpreter as a shared library
1 parent 00af8fa commit 4f23f93

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

circle.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,25 @@ jobs:
172172
- *test-evmc-interpreter
173173
- *upload-coverage-data
174174

175+
linux-interpreter:
176+
environment:
177+
- BUILD_TYPE: Release
178+
- CXX: g++-6
179+
- CC: gcc-6
180+
- GCOV: gcov-6
181+
- GENERATOR: Ninja
182+
- BUILD_PARALLEL_JOBS: 3
183+
- TEST_PARALLEL_JOBS: 4
184+
- CMAKE_OPTIONS: -DTOOLCHAIN=cxx11-pic -DALETH_INTERPRETER_SHARED=ON
185+
docker:
186+
- image: ethereum/cpp-build-env:2
187+
steps:
188+
- checkout
189+
- *update-submodules
190+
- *environment-info
191+
- *configure
192+
- *build
193+
175194
macos-xcode90:
176195
environment:
177196
- CXX: clang++
@@ -209,3 +228,4 @@ workflows:
209228
- macos-xcode90
210229
- linux-clang6
211230
- linux-gcc6
231+
- linux-interpreter

0 commit comments

Comments
 (0)