ci: Add build with clang 5

This commit is contained in:
Paweł Bylica 2019-11-28 16:30:31 +01:00
parent c1959de7d1
commit 34ebbe205a
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 7 additions and 0 deletions

View File

@ -140,6 +140,12 @@ jobs:
steps: steps:
- build_and_test - build_and_test
build-clang5:
docker:
- image: ethereum/cpp-build-env:12-clang-5
steps:
- build_and_test
build-clang38: build-clang38:
docker: docker:
- image: ethereum/cpp-build-env:12-clang-3.8 - image: ethereum/cpp-build-env:12-clang-3.8
@ -250,6 +256,7 @@ workflows:
- build-gcc9-cxx17-ubsan - build-gcc9-cxx17-ubsan
- build-clang9-cxx14-asan - build-clang9-cxx14-asan
- build-gcc6 - build-gcc6
- build-clang5
- build-clang38 - build-clang38
- build-gcc-32bit - build-gcc-32bit
- bindings-go-latest - bindings-go-latest