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 42b6e53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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 Expand Up @@ -220,6 +225,7 @@ workflows:
- build-cxx14-asan
- build-gcc6
- build-clang3.8
- build-32bit
- bindings-go-latest
- bindings-go-min
- bindings-rust:
Expand Down

0 comments on commit 42b6e53

Please sign in to comment.