Skip to content

Commit

Permalink
Circle CI: Test GCC 5 (minimal supported GCC version)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 11, 2019
1 parent 1e8e80f commit c47840d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
CXX: g++-6
CMAKE_OPTIONS: -DTOOLCHAIN=cxx17-pic

build-gcc5:
<<: *build
environment:
CC: gcc-5
CXX: g++-5

test-docs:
docker:
- image: ethereum/cpp-build-env
Expand Down Expand Up @@ -144,6 +150,7 @@ workflows:
- build-cxx11
- build-cxx14
- build-cxx17
- build-gcc5
- bindings-go-1.11
- bindings-go-1.10
- bindings-go-1.9
Expand Down

0 comments on commit c47840d

Please sign in to comment.