Skip to content

Commit

Permalink
ci: Add 32-bit build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 25, 2019
1 parent f054321 commit 7070d39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ jobs:
CC: clang-3.8
CXX: clang++-3.8

build-32bit:
<<: *build
environment:
CMAKE_OPTIONS: -DTOOLCHAIN=cxx11-32bit

test-docs:
docker:
- image: ethereum/cpp-build-env:10
Expand Down

0 comments on commit 7070d39

Please sign in to comment.