mirror of https://github.com/status-im/evmc.git
ci: Add 32-bit build on linux
This commit is contained in:
parent
10a7e30c57
commit
5af66f2b4d
11
circle.yml
11
circle.yml
|
@ -134,6 +134,16 @@ jobs:
|
|||
steps:
|
||||
- build_and_test
|
||||
|
||||
build-32bit:
|
||||
executor: linux
|
||||
environment:
|
||||
CMAKE_OPTIONS: -DTOOLCHAIN=cxx11-32bit
|
||||
steps:
|
||||
- run:
|
||||
name: "Install GCC 32-bit"
|
||||
command: sudo apt -q update && sudo apt -qy install g++-multilib
|
||||
- build_and_test
|
||||
|
||||
bindings-go-latest:
|
||||
docker:
|
||||
- image: circleci/golang
|
||||
|
@ -225,6 +235,7 @@ workflows:
|
|||
- build-cxx14-asan
|
||||
- build-gcc6
|
||||
- build-clang38
|
||||
- build-32bit
|
||||
- bindings-go-latest
|
||||
- bindings-go-min
|
||||
- bindings-rust:
|
||||
|
|
Loading…
Reference in New Issue